Bug
Bug-ID-Nummer | BUG-000171384 |
---|---|
Eingereicht | October 10, 2024 |
Zuletzt geändert | April 9, 2025 |
Gilt für | ArcGIS API for Python |
Gefunden in Version | 2.4 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 64 bit |
Behoben in Version | 2.4.1 |
Status | Fixed |
Cast the item to FeatureLayerCollection:
from arcgis.features import FeatureLayerCollection
if not item is None:
f_l_coll = FeatureLayerCollection.fromitem(item)
print(f_l_coll.layers) # this prints the layers
print(f_l_coll.tables) # this prints the tables
Bug-ID: BUG-000171384
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen