I currently have a web app that I want to create a URL parameter to only turn on one layer when that URL is selected. I found some documentation here but when I add in the "&showLayers=<featurelayerID>", the app opens with all the layers off. Is there something I am doing wrong?
URL I am trying to get working (there's a space between https:// and the rest of the URL as I couldn't display it without it changing to "ArcGIS Online Web Application") is here:
https:// napsg.maps.arcgis.com/apps/webappviewer/index.html?id=6dc469279760492d802c7ba6db45ff0e&showLayers=d957997ccee7408287a963600a77f61f
I think it's something with the sublayer in the feature layer I am trying to display found here https://www.arcgis.com/home/item.html?id=60c390dd7f804f05b73177825a485277
Any guidance would be helpful. Thanks!