Add layers from Portal
CompletedRELEASED: Web 5.21
I want to be able to add more than one layer at a time when usinsg the Add layer from Portal. I works now one layer at a time. If I want to add 14 different layers I have to do this 14 times in a row. This is not very user-friendly!
Erik Kuipers
-
I would like to have this too. It's a very requested feature.
0 -
This is available. There is an argument for allowMultiple which is false by default.
Change your command chain for the add layers from esri portal tool to:[
{"name": "portal.choose-layers",
"arguments": {
"allowMultiple": true
}
},
"map.add-layers"
]
1 -
Is there a way to have the “Add layers from Portal” tool reset (clears selections or searched results) after a layer is added or if the Search tool is used. I have noticed that the tool “persists” and keeps the layer that was added previously selected or searched for when the tool is re-opened.
0
Please sign in to leave a comment.
Comments
3 comments