-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow users to change the z-index of visible layers #1086
Comments
Good and interresting idea! It could also add the possibility to remove a specific visible layer. I sometimes find it really hard to find a already visible layer to turn it off. I usually end up using "Hide all active layers". Maybe the tab could be called "Active Layers" or "Visible layers", with the ability to both change order and visibility/remove. I'm just thinking out loud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the z-index of layers in a map is controlled once for each map by admins through a setting in Admin UI.
However, it is not always possible to predict the best z-index for layers and the number of combinations is huge.
One possibility is to add another tab in the LayerSwitcher, called "Drawing order" or something similar. That tab would display all currently visible layers as a draggable list (or with up and down arrows – the exact UI implementation is to be discussed).
The text was updated successfully, but these errors were encountered: