add field for the "two_sided=yes" tag

see https://github.com/openstreetmap/iD/issues/9329#issuecomment-1270589307
This commit is contained in:
Martin Raifer 2022-10-11 18:29:34 +02:00
parent 96f30790a1
commit 2375a6bef4
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
6 changed files with 38 additions and 8 deletions

View file

@ -13,11 +13,5 @@
"undefined": "No",
"table": "Yes"
}
},
"terms": [
"flat top",
"hump",
"speed",
"slow"
]
}
}

View file

@ -0,0 +1,17 @@
{
"key": "two_sided",
"type": "defaultCheck",
"label": "Two-Sided",
"terms": [
"double-sided"
],
"geometry": [
"line"
],
"strings": {
"options": {
"undefined": "No",
"yes": "Yes"
}
}
}