arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Documentation and samples for ArcGIS API for Python

Results 294 arcgis-python-api issues
Sort by recently updated
recently updated
newest added
trafficstars

All changes here consisted of changing `ContentManager.add` to `Folder.add` No re-running of notebooks

documentation
update_24

Just updates the methods used by the map, did not have to update any other core code in the sample

documentation
update_24

change `basemap` to `basemap.basemap` and `add_layer` to `content.add`

documentation
update_24

Update map code

documentation
update_24

Combined several guides from 04-feature-data-and-analysis because there were only very minor changes needed in them. No new screenshots were needed. Majority of changes were `map1.add_layer()` to `map1.content.add()`

documentation
update_24

This one definitely needs to be looked at. Had to remove a lot with symbols and renderers

documentation
update_24

Fix map stuff

documentation
update_24

Only thing changed: instead of `map("Redlands", zoomlevel=6)` it's `map("Redlands")` Didn't change any screenshots or re-run code

documentation
update_24

Simply removed the map part since it did not add to the guide and simply used `onclick` to draw a feature on the map

documentation
update_24