hslayers / hslayers-ng

User interface and map building extensions for OpenLayers
https://ng.hslayers.org/
MIT License
36 stars 20 forks source link

Add defaultPanel option to HsConfig #5215

Open jmacura opened 1 month ago

jmacura commented 1 month ago

Feature Request

Is your feature request related to a problem? Please describe. Currently, it is not possible to set default panel (panel which will open at application start) from hslayers-app. This can be achieved in full apps via setMainPanel() from HsLayoutService or in any app via hs-panel property in URL, which has its own limits (applies to all maps in a page).

Describe the solution you'd like Add param defaultPanel: string into HsConfig.

Describe alternatives you've considered none

Additional context none