From db2c3fb7a46fb4cbdd18a90c2f4b2c5f5bae5bd9 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 24 May 2024 15:30:10 +0200 Subject: [PATCH] Enable layer selection sync for shops theme --- assets/themes/shops/shops.json | 3 ++- src/Models/ThemeConfig/Json/LayerConfigJson.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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)?