From 0e4fad5f3c21f9569a128b0fd818733fe6b39fd2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 5 Dec 2022 15:51:41 +0100 Subject: [PATCH] Override id of 'sport_shops' to prevent cache contamination --- assets/themes/sports/sports.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/themes/sports/sports.json b/assets/themes/sports/sports.json index e85bda780b..c3e8e6908e 100644 --- a/assets/themes/sports/sports.json +++ b/assets/themes/sports/sports.json @@ -28,6 +28,7 @@ { "builtin": "shops", "override": { + "id": "sport_shops", "source": { "osmTags": { "and": [ @@ -61,4 +62,4 @@ } } ] -} \ No newline at end of file +}