From ae26ee5383664db25483324b8734288de041c8f5 Mon Sep 17 00:00:00 2001 From: riQQ Date: Fri, 5 Nov 2021 20:08:26 +0100 Subject: [PATCH] Add unclassified highways to Sidewalks theme In the hierarchy, unclassified highways are between residential and tertiary / secondary, which are already considered in the theme. --- assets/themes/sidewalks/sidewalks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/themes/sidewalks/sidewalks.json b/assets/themes/sidewalks/sidewalks.json index 540cdb57ab..f48503f394 100644 --- a/assets/themes/sidewalks/sidewalks.json +++ b/assets/themes/sidewalks/sidewalks.json @@ -32,6 +32,7 @@ "osmTags": { "or": [ "highway=residential", + "highway=unclassified", "highway=tertiary", "highway=secondary" ] @@ -177,4 +178,4 @@ "allowSplit": true } ] -} \ No newline at end of file +}