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
8
-
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"
]
0
Please sign in to leave a comment.
Comments
2 comments