You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for developing this widget. I've recently had an issue with clicking the toggle boxes for the lowest ranked group layers in the Layer List of my web app, so in a layer list structure like this:
Group Layer 1
Sub layer 1a
Sub layer 1b
Group Layer 2
Sub layer 2a
Sub layer 2b
Group Layer 3
Sub layer 3a
Sub layer 3b
When trying to toggle sub layers 3a and 3b (the lowest ranked layers), there's no response in the check box on or off when selected. The layer disappears when toggling 3b off, if it's visible upon first page load however the user is unable to have it appear again without reloading.
The text was updated successfully, but these errors were encountered:
It's really hard to debug as there is no error thrown - the checkbox simply fails to respond. Looking at the DOM elements, I can't see any obvious difference between a layer which works and a layer which fails.
A quick workaround is to add a "dummy" layer below the last layer that you need to use - after this the checkbox magically works for the second-last layer.
enable the Local Layer widget, which contains sample layers
delete all sample layers
open the Layer List widget
Note that one layer remains in the Layer List widget:
This layer is removed if you hit Save then reload the map, but could there be a bug somewhere which is causing a "phantom" layer to persist, and which manifests itself as a layer which doesn't obey the Layer List widget controls?
Hi, thanks for developing this widget. I've recently had an issue with clicking the toggle boxes for the lowest ranked group layers in the Layer List of my web app, so in a layer list structure like this:
When trying to toggle sub layers 3a and 3b (the lowest ranked layers), there's no response in the check box on or off when selected. The layer disappears when toggling 3b off, if it's visible upon first page load however the user is unable to have it appear again without reloading.
The text was updated successfully, but these errors were encountered: