mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33: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
|
|
@ -13,11 +13,5 @@
|
|||
"undefined": "No",
|
||||
"table": "Yes"
|
||||
}
|
||||
},
|
||||
"terms": [
|
||||
"flat top",
|
||||
"hump",
|
||||
"speed",
|
||||
"slow"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
17
data/fields/two_sided.json
Normal file
17
data/fields/two_sided.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"key": "two_sided",
|
||||
"type": "defaultCheck",
|
||||
"label": "Two-Sided",
|
||||
"terms": [
|
||||
"double-sided"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"yes": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue