mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
35 lines
948 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|