From 0334533aee050b78c402da923d6328a935e967eb Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 13 Mar 2023 15:13:41 +0100 Subject: [PATCH] render sidedness markers for man_made=quay see https://github.com/openstreetmap/id-tagging-schema/pull/810#issuecomment-1464181204 --- modules/osm/tags.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/osm/tags.js b/modules/osm/tags.js index 0359b398c..8381d7281 100644 --- a/modules/osm/tags.js +++ b/modules/osm/tags.js @@ -201,7 +201,7 @@ export var osmSemipavedTags = { export var osmRightSideIsInsideTags = { 'natural': { 'cliff': true, - 'coastline': 'coastline', + 'coastline': 'coastline' }, 'barrier': { 'retaining_wall': true, @@ -210,7 +210,8 @@ export var osmRightSideIsInsideTags = { 'city_wall': true, }, 'man_made': { - 'embankment': true + 'embankment': true, + 'quay': true }, 'waterway': { 'weir': true