Enable layer selection sync for shops theme

This commit is contained in:
Pieter Vander Vennet 2024-05-24 15:30:10 +02:00
parent f4c3a63900
commit db2c3fb7a4
2 changed files with 3 additions and 2 deletions

View file

@ -56,6 +56,7 @@
"trolley_bay"
],
"overrideAll": {
"minzoom": 14
"minzoom": 14,
"syncSelection": "theme-only"
}
}

View file

@ -531,7 +531,7 @@ export interface LayerConfigJson {
)[]
/**
* If set, synchronizes whether or not this layer is enabled.
* If set, synchronizes whether this layer is enabled.
*
* group: advanced
* question: Should enabling/disabling the layer be saved (locally or in the cloud)?