zskarte / zskarte-client

Zivilschutz-Karte allows to draw situation maps for disaster management
https://www.zskarte.ch/
MIT License
13 stars 8 forks source link

feat(wms-persistant): load/save wms sources, fav./active layer features #414

Open swerder opened 2 months ago

swerder commented 2 months ago

Add option to persist WMS source configs and WMS Feature Layer settings. Both can be marked as public and so used from other Organisations. The saved features can be used to adjust the "Favorites". If used and saved as favorites by other Organisation an copy (with adjusted settings) is saved.

current selected features(incl. settings, visibilty, opacity) and baseLayer can be saved on Operation so if open in an new session they are active by default.

The option for add new/existing WMS sources, and the settings for the Layers are hidden behind an new Expert View (in main menu). So it does not confuse on normal use, but can still be adjusted by an experienced user for the own Organisation.

based on WMS update #413 and need the backend update https://github.com/zskarte/zskarte-server/pull/76