diff --git a/assets/themes/shops/shops.json b/assets/themes/shops/shops.json index 4d038673a5..ec07abeb2e 100644 --- a/assets/themes/shops/shops.json +++ b/assets/themes/shops/shops.json @@ -56,6 +56,7 @@ "trolley_bay" ], "overrideAll": { - "minzoom": 14 + "minzoom": 14, + "syncSelection": "theme-only" } } diff --git a/src/Models/ThemeConfig/Json/LayerConfigJson.ts b/src/Models/ThemeConfig/Json/LayerConfigJson.ts index 3d32196c09..eee1a90c29 100644 --- a/src/Models/ThemeConfig/Json/LayerConfigJson.ts +++ b/src/Models/ThemeConfig/Json/LayerConfigJson.ts @@ -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)?