mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-05 20:48:03 +02:00
when the kerb tag is used by iteslef, we can't assume it's a barrier
as it might also be an incompletely tagged crossing node fixes #858
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"kerb": "flush"
|
||||
},
|
||||
"addTags": {
|
||||
"barrier": "kerb",
|
||||
"kerb": "flush"
|
||||
},
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"kerb": "lowered"
|
||||
},
|
||||
"addTags": {
|
||||
"barrier": "kerb",
|
||||
"kerb": "lowered"
|
||||
},
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"kerb": "raised"
|
||||
},
|
||||
"addTags": {
|
||||
"barrier": "kerb",
|
||||
"kerb": "raised"
|
||||
},
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"kerb": "rolled"
|
||||
},
|
||||
"addTags": {
|
||||
"barrier": "kerb",
|
||||
"kerb": "rolled"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user