From c300d901284dfbf05c5044da46e12ec8ca4469d1 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 23 Feb 2024 02:55:52 +0100 Subject: [PATCH] Themes: fix compilation --- assets/themes/ghostsigns/ghostsigns.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/themes/ghostsigns/ghostsigns.json b/assets/themes/ghostsigns/ghostsigns.json index 21577bb77c..e252029e2c 100644 --- a/assets/themes/ghostsigns/ghostsigns.json +++ b/assets/themes/ghostsigns/ghostsigns.json @@ -140,7 +140,12 @@ "source": { "osmTags": "advertising=wall_painting" }, + "id": "advertising_wall_paintings", "minzoom": 18, + "name": { + "en": "All advertentie wall paintings", + "nl": "Alle adverterende muurschilderingen" + }, "+tagRenderings": [ { "id": "historic", @@ -176,4 +181,4 @@ } } ] -} \ No newline at end of file +}