mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
render sidedness markers for man_made=quay
see https://github.com/openstreetmap/id-tagging-schema/pull/810#issuecomment-1464181204
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user