From e0ae7e33bd393e17ad5da7f04804e620207dabb4 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Thu, 15 Jul 2021 10:13:44 +0200 Subject: [PATCH] Exclude highway=path --- assets/themes/cycle_infra/cycle_infra.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/themes/cycle_infra/cycle_infra.json b/assets/themes/cycle_infra/cycle_infra.json index ed0595d41..6bb7c05a7 100644 --- a/assets/themes/cycle_infra/cycle_infra.json +++ b/assets/themes/cycle_infra/cycle_infra.json @@ -99,7 +99,9 @@ "en": "What kind of cycleway is there?", "nl": "Wat voor fietspad is hier?" }, - "condition": "highway!=cycleway", + "condition": { + "and": ["highway!=cycleway", "highway!=path"] + }, "mappings": [ { "if": "cycleway=shared_lane", @@ -536,7 +538,9 @@ "en": "Is there a cycleway?", "nl": "Is er een fietspad?" }, - "condition": "highway!=cycleway", + "condition": { + "and": ["highway!=cycleway", "highway!=path"] + }, "mappings": [ { "if": "cycleway=shared_lane",