mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
add field for the "two_sided=yes" tag
see https://github.com/openstreetmap/iD/issues/9329#issuecomment-1270589307
This commit is contained in:
parent
96f30790a1
commit
2375a6bef4
6 changed files with 38 additions and 8 deletions
|
|
@ -4,6 +4,10 @@
|
|||
"height",
|
||||
"material"
|
||||
],
|
||||
"moreFields": [
|
||||
"{barrier}",
|
||||
"two_sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"fields": [
|
||||
"material"
|
||||
],
|
||||
"moreFields": [
|
||||
"{barrier}",
|
||||
"two_sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@
|
|||
"fields": [
|
||||
"kerb",
|
||||
"tactile_paving",
|
||||
"wheelchair"
|
||||
"wheelchair",
|
||||
"two_sided"
|
||||
],
|
||||
"moreFields": [
|
||||
"material"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue