Skip to content

Draft: Added the possibility to display theme favorite icons in the menubar

beeekey requested to merge beeekey/gg-viewer:favorite-theme-icon-switcher into main

Added the possibility to display theme favorite icons in the menubar.

Snapshot_2023-11-23_15-36-13

To make use of it, add favorite to the theme in themes.json.

f.e.

...
    "themes": [
        {
            "id": 174,
            "name": "Amtliche Vermessung",
            "icon": "https://map.geo.bs.ch/static/ec784733b62749f4a6ba20011cbea803/images/themes/AmtlicheVermessung.png",
            "location": [2779500, 1179500],
            "zoom": 6,
            "favorite": true,
            "children": [...]
            ...
       }

Merge request reports