Reorder layers in a Presentation slide of a Web Map

595
2
10-07-2021 06:00 AM
TomLT_
by
New Contributor II

GOAL:

I'm want to bring together contextual information (formerly in PowerPoint format) with a corresponding web map, which will be displayed side-by-side in an Experience Builder App. The goal is to enable users to interact with the data behind the slideshow, as opposed to just a static image.

TASK:

I have a single Web Map that contains all my feature layers for the project. For each of the themes being discussed, I need to display a different combination of layers (some toggled on, others off) that contributes to the given narrative, which must load by default.

ISSUE:

Layers cannot be toggled in ExB's Map Widget (a major flaw!). Moreover, it is not feasible to split the Web Map into multiple Web Maps for each theme, as there would be an enormous number of maps required.

METHOD:

My partial resolution was to create a 'Presentation' from the Web Map. The Presentation feature enabled me to toggle on/off layers and save each view as a 'slide' - see screenshot. I then embedded this presentation slide into ExB using the Embed Widget with URL Parameters, as per below.

<domain>/arcgis/apps/presentation/index.html?webmap=<id_goes_here>&slide=1 

BUT, the Presentation App retains the original drawing order (or TOC order) of the Web Map and does not provide the option to reorder layers. Reordering layers in the original map might display one slide well, but impedes display of another slide, as some feature layers become hidden behind others. Essentially, each slide needs its own drawing order. 

Please might someone suggest a solution / workaround to this 🙂

TomLT__0-1633611870538.png

 

0 Kudos
2 Replies
SzuNyiapTang
Esri Contributor

Hi @TomLT_ ,

You may want to use URL parameters in webmap or webappbuilder to turn on/off the layers visibility.

Webmap - Use URL parameters to create and modify maps—ArcGIS Online Help | Documentation
Webapp Builder - Use URL parameters—ArcGIS Web AppBuilder | Documentation

Cheers,

Tang

Cheers,
Tang
0 Kudos
TomLT_
by
New Contributor II

Hi Tang,

Thanks for your message. My understanding is that URL Parameters can toggle on/off the layer visibility, but the drawing order remains the same as in the original Web Map? That's my impression from the snippet below.

Capture.PNG

https://doc.arcgis.com/en/dashboards/create-and-share/url-parameters.htm 

0 Kudos