From b4ac97e1f9946b23cc01b0b60873d035fbd9fb5b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 20 Sep 2025 19:59:47 +0200 Subject: [PATCH] Themes(guideposts): add `boat=yes` and `canoe=yes`, fix #2535 --- assets/layers/guidepost/guidepost.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/assets/layers/guidepost/guidepost.json b/assets/layers/guidepost/guidepost.json index 7767c6c24..3a6ffe8a9 100644 --- a/assets/layers/guidepost/guidepost.json +++ b/assets/layers/guidepost/guidepost.json @@ -204,6 +204,28 @@ "cs": "Rozcestník ukazuje trasy pro zimní pěší turistiku", "nl": "Deze wegwijzer toont winterwandelroutes" } + }, + { + "if": "boat=yes", + "ifnot": "boat=", + "alsoShowIf": "guidepost~.*boat.*", + "addExtraTags": [ + "guidepost=" + ], + "then": { + "en": "This guidepost shows boating routes" + } + }, + { + "if": "canoe=yes", + "ifnot": "canoe=", + "alsoShowIf": "guidepost~.*canoe.*", + "addExtraTags": [ + "guidepost=" + ], + "then": { + "en": "This guidepost shows peddling routes" + } } ], "multiAnswer": true