When creating a new feature layer using to_featurelayer via Spatially Enabled DataFrame, the service URL and layer name generated are automatically set to random alphanumeric characters.
上次发布: June 19, 2020ArcGIS API for Python
漏洞 ID 编号
BUG-000131048
已提交
May 21, 2020
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
1.8
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The to_featurelayer() method generates a 6-digit alphanumeric string for the layer to name to guarantee the service name is unique, which it must be in an organization (whether that organization is deployed in ArcGIS Online or ArcGIS Enterprise).
The FeatureLayerManager.update_definition({"name":""}) method is designed for assigning a feature layer with a new name.