arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
Cars
Updated counting cars notebook with map widget updates. ----- # Checklist Please go through each entry in the below checklist and mark an 'X' if that condition has been met....
**Describe the bug** Using the export_to_html method of the GIS.map() object does not create a functional stand-alone html page. **To Reproduce** Steps to reproduce the behavior: ```python from arcgis.gis import...
Update the code used in the Open Street Map sample I ran through the notebook to see if the screenshots needed to be updated but everything looks the same so...
Removed since too much in this sample has not been carried over to new map class. Would be worth looking into creating new sample in the future
guide `part2_locating_addresses` fixed for the new map widget. Following changes were made: - updating gis.map() to Map() - adding `spatialReference` to convert location to Point to display on the map...
After re-running, didn't need to update any screenshots
Removed `zoomlevel` from gis.map call and change `add_layer` to `content.add` Did not have to update any screenshots or re-render cells
Fixed the mapping and added new screenshots
I did not have to re-render anything. These were simple changes that were made to fit the new methods such as using folder.add rather than contentManager.add
**Describe the bug** Requests to ArcGIS Server admin are send 2x when the server is federated with Portal for ArcGIS, secured with IWA and the server webadaptor is not **To...