arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
All changes here consisted of changing `ContentManager.add` to `Folder.add` No re-running of notebooks
Just updates the methods used by the map, did not have to update any other core code in the sample
change `basemap` to `basemap.basemap` and `add_layer` to `content.add`
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()`
This one definitely needs to be looked at. Had to remove a lot with symbols and renderers
Only thing changed: instead of `map("Redlands", zoomlevel=6)` it's `map("Redlands")` Didn't change any screenshots or re-run code
Simply removed the map part since it did not add to the guide and simply used `onclick` to draw a feature on the map