id-tagging-schema/data/fields/sidewalk.json
2022-04-25 13:43:11 -07:00

35 lines
948 B
JSON

{
"keys": [
"sidewalk"
],
"reference": {
"key": "sidewalk"
},
"type": "sidewalk",
"label": "Sidewalk",
"placeholder": "none",
"strings": {
"options": {
"no": {
"title": "None",
"description": "No sidewalk"
},
"both": {
"title": "Both",
"description": "A sidewalk is on both sides of the road"
},
"left": {
"title": "Left side only",
"description": "A sidewalk is on the left side of the road"
},
"right": {
"title": "Right side only",
"description": "A sidewalk is on the right side of the road"
},
"separate": {
"title": "Mapped separately",
"description": "A sidewalk is mapped separately"
}
}
}
}