id-tagging-schema/data/fields/kerb.json

33 lines
1.2 KiB
JSON

{
"key": "kerb",
"type": "combo",
"label": "Curb",
"strings": {
"options": {
"flush": {
"title": "Flush",
"description": "A dropped curb which is level with the surrounding area."
},
"lowered": {
"title": "Lowered",
"description": "A dropped curb which can be used by wheelchair users, not higher than a few centimeters."
},
"no": {
"title": "No",
"description": "There is no curb present at this location."
},
"raised": {
"title": "Raised",
"description": "A raised curb which can't easily be used by wheelchair users, higher than a few centimeters."
},
"rolled": {
"title": "Rolled",
"description": "A raised curb with a rounded edge which makes it easier to use for cars or bicycles, but not for wheelchairs."
},
"yes": {
"title": "Yes",
"description": "Some sort of curb is present at this location, unknown whether it is raised, lowered, flush etc."
}
}
}
}