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