@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
20 lines (19 loc) • 623 B
JSON
{
"key": "piste:difficulty",
"type": "combo",
"label": "{piste/difficulty}",
"placeholder": "Easy, Intermediate, Advanced...",
"strings": {
"options": {
"novice": "Novice (instructional)",
"easy": "Easy (green circle)",
"intermediate": "Intermediate (blue square)",
"advanced": "Advanced (black diamond)",
"expert": "Expert (double black diamond)",
"freeride": "Freeride (off-piste)",
"extreme": "Extreme (climbing equipment required)"
}
},
"autoSuggestions": false,
"customValues": false
}