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:
Martin Raifer
2023-04-12 18:15:29 +02:00
parent 6d74dc804e
commit 39b4f96519
5 changed files with 4 additions and 16 deletions
-3
View File
@@ -9,9 +9,6 @@
"line"
],
"tags": {
"kerb": "flush"
},
"addTags": {
"barrier": "kerb",
"kerb": "flush"
},
-3
View File
@@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "lowered"
},
"addTags": {
"barrier": "kerb",
"kerb": "lowered"
},
-3
View File
@@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "raised"
},
"addTags": {
"barrier": "kerb",
"kerb": "raised"
},
-3
View File
@@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "rolled"
},
"addTags": {
"barrier": "kerb",
"kerb": "rolled"
},