render sidedness markers for man_made=quay

see https://github.com/openstreetmap/id-tagging-schema/pull/810#issuecomment-1464181204
This commit is contained in:
Martin Raifer
2023-03-13 15:13:41 +01:00
parent 853f99a0b3
commit 0334533aee
+3 -2
View File
@@ -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