Select to view content in your preferred language

Python Maps only work online in Map Viewer Classic ?

290
0
03-02-2023 11:14 AM
DylanBlake
New Contributor

Hi,

I've done a couple tutorials to create maps from python.  like these:

https://developers.arcgis.com/python/guide/part1-introduction-to-sedf/
https://developers.arcgis.com/python/guide/part2-working-with-geometries/

 

 

But when I save a map to my ARCGIS account, with this code from here https://developers.arcgis.com/python/samples/publishing-web-maps-and-web-scenes/ , I can only see Points in the "Classic Viewer".  

Is that the expected behavior?

 

 

 

web_map_properties = {'title':'USA median age map',
                     'snippet':'This map service shows the median age of people' +\
                     'in the United States as of 2020 census.',
                     'tags':'ArcGIS Python API'}
# Call the save() with web map item's properties.
web_map_item = wm.save(item_properties=web_map_properties)
web_map_item

 

 

 

0 Kudos
0 Replies