mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01: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:
parent
6d74dc804e
commit
39b4f96519
5 changed files with 4 additions and 16 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue