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
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
5 changed files with 4 additions and 16 deletions

View file

@ -9,9 +9,6 @@
"line"
],
"tags": {
"kerb": "flush"
},
"addTags": {
"barrier": "kerb",
"kerb": "flush"
},

View file

@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "lowered"
},
"addTags": {
"barrier": "kerb",
"kerb": "lowered"
},

View file

@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "raised"
},
"addTags": {
"barrier": "kerb",
"kerb": "raised"
},

View file

@ -10,9 +10,6 @@
"line"
],
"tags": {
"kerb": "rolled"
},
"addTags": {
"barrier": "kerb",
"kerb": "rolled"
},