@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
19 lines (18 loc) • 954 B
JSON
{
"key": "horse_scale",
"type": "combo",
"label": "Horseback Riding Difficulty",
"placeholder": "Difficult, Dangerous...",
"strings": {
"options": {
"common": "Easy: No problems or difficulties. (default)",
"demanding": "Use with caution: Uneven way, occasional difficult passages.",
"difficult": "Difficult: Way narrow and exposed. May contain obstacles to step over and narrow passages.",
"critical": "Borderline: Passable only for experienced riders and horses. Major obstacles. Bridges should be examined carefully.",
"dangerous": "Dangerous: Passable only for very experienced riders and horses and only in good weather. Dismount.",
"impossible": "Impassable: Way or bridge not passable for horses. Too narrow, insufficient support, obstacles like ladders. Danger of life."
}
},
"autoSuggestions": false,
"customValues": false
}