From dd1705e5a7b1b3e83fe37eeb1ad91a45605c0d04 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 12 May 2022 10:06:43 +0200 Subject: [PATCH] fix highway=construction preset, closes #443, closes #416 --- data/presets/highway/construction.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/presets/highway/construction.json b/data/presets/highway/construction.json index a1b73095..f9b420a2 100644 --- a/data/presets/highway/construction.json +++ b/data/presets/highway/construction.json @@ -14,15 +14,19 @@ "line" ], "tags": { + "highway": "construction" + }, + "removeTags": { "highway": "construction", - "access": "no" + "construction": "*" }, "terms": [ + "closed road", "closure", "construction", "road closed", "road work", "roadwork" ], - "name": "Closed Road" + "name": "Road under Construction" }