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 using geoCore for managing layers, an issue occurs when a layer needs to be set as invisible or collapsed in a dropdown menu. The initialSettings parameter with states: {"visible": false} does not seem to be properly respected by geoCore.
This behavior prevents the dropdown menus for invisible layers from being correctly closed. It seems that geoCore does not support initializing layers with a visibility state, which affects proper layer management in the interface.
This issue was encountered while using geoCore to create the configuration file for static pages. The goal was to define layers with specific visibility states in the config, but the initialSettings for invisible layers are not being applied as expected.
Expected Behavior
When visible: false is set, the layer should not be displayed, and the dropdown menu for that layer should be collapsed.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When using geoCore for managing layers, an issue occurs when a layer needs to be set as invisible or collapsed in a dropdown menu. The initialSettings parameter with states: {"visible": false} does not seem to be properly respected by geoCore.
This behavior prevents the dropdown menus for invisible layers from being correctly closed. It seems that geoCore does not support initializing layers with a visibility state, which affects proper layer management in the interface.
This issue was encountered while using geoCore to create the configuration file for static pages. The goal was to define layers with specific visibility states in the config, but the initialSettings for invisible layers are not being applied as expected.
Expected Behavior
When visible: false is set, the layer should not be displayed, and the dropdown menu for that layer should be collapsed.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: