Save Map object with 2 added layers (Feature Collections)

723
2
Jump to solution
08-01-2017 01:36 PM
IonutAlixandroae4
Occasional Contributor

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 

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

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

View solution in original post

2 Replies
by Anonymous User
Not applicable

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

IonutAlixandroae4
Occasional Contributor

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