Skip to main content

Add layers from Portal

Completed

Comments

2 comments

  • Mark Percy Hansen

    I would like to have this too. It's a very requested feature.

    0
  • Cam Barnard

    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.