Bug-ID-Nummer |
BUG-000176330 |
Eingereicht | May 9, 2025 |
Zuletzt geändert | August 15, 2025 |
Gilt für | ArcGIS API for Python |
Gefunden in Version | 2.4.1 |
Betriebssystem | Windows Server |
Betriebssystemversion | 2022 |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
This issue is reported for ArcGIS Pro 2.4.1, but properties to enable extensions using MapServiceDraft were added in ArcGIS Pro 3.3. Help document mentioned in the reported issue links to the latest ArcGIS Pro version.
Please update Pro to 3.3 or newer version to use the new properties like below of OGC feature extension:
service_draft.extension.wfs.isEnabled = True
Instead of service_draft.extensions["OGCFeature"].enabled = True
Workaround
Edit the XML file either via scripting or manually before uploading. Properties to enable extensions using MapServiceDraft were added in ArcGIS Pro 3.3. Please update ArcGIS Pro to use this new functionality.
Schritte zur Reproduzierung