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
When testing the background layer picker, I realized that we're currently relying on order of layer declaration to define which layers should appear in foreground. This is somewhat inconvenient when 'baseLayers' are declared at the wrong end of the 'mapLayers' list.
I suggest to generally support a 'zIndex' configuration property for 'mapLayers'.
There should be some implicit 'zIndex' assigned when the property is missing, such that 'baseLayers' will get a lower zIndex than foreground layers. What numbers should we use here?
The text was updated successfully, but these errors were encountered:
When testing the background layer picker, I realized that we're currently relying on order of layer declaration to define which layers should appear in foreground. This is somewhat inconvenient when 'baseLayers' are declared at the wrong end of the 'mapLayers' list.
The text was updated successfully, but these errors were encountered: