I use the developer JS web appbuilder to build custom apps. Does anyone know of a widget that will allow you to search your ARCGIS online organisational account for content and add layers to the map within the app? Thanks in advance for any advice.

1897
1
05-20-2016 06:12 AM
GarethYoung
New Contributor II

I use the developer JS web appbuilder to build custom apps.  Does anyone know of a widget that will allow you to search your ARCGIS online organisational account for content and add layers to the map within the app?  Thanks in advance for any advice.

Tags (1)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus

Gareth,

  There is this one that allows for changing out the whole web map:

ChangeWebMap Widget

And this one for adding layers at runtime that have been pre-configured in the widget:

AddLayer Widget

And this one that allows you to add a layer if you know the url:

Add Service Widget 1.2

There is not one I am aware of that allows you to search for and then add content to an existing map.