mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-07 21:48:05 +02:00
add field for the "two_sided=yes" tag
see https://github.com/openstreetmap/iD/issues/9329#issuecomment-1270589307
This commit is contained in:
@@ -13,11 +13,5 @@
|
||||
"undefined": "No",
|
||||
"table": "Yes"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "two_sided",
|
||||
"type": "defaultCheck",
|
||||
"label": "Two-Sided",
|
||||
"terms": [
|
||||
"double-sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user