Hi all,
Is it possible to save into account a map created with GIS.map() and with 2 layers added into it (map.add_layer()) which are in-memory (layers are feature collections from a pandas data frame - with 2 columns, x and y) ?
And after to insert the id of the saved map into an application json and publish the app?
Thanks,
Ionut
Solved! Go to Solution.
We are working on this capability - saving map widget to a webmap and also creating a webmap from scratch using Python. If you need this functionality immediately, you can do the following
We are working on this capability - saving map widget to a webmap and also creating a webmap from scratch using Python. If you need this functionality immediately, you can do the following
Hi Atma,
Thanks for your input.
I have added the Feature Collection into GIS and after published as Feature Layer; after publishing, I have updated the webmap`s JSON to include the Feature Layer and created the map.
Thanks a lot!
Ionut