@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
20 lines (19 loc) • 489 B
JSON
{
"key": "piste:difficulty",
"type": "combo",
"label": "Difficulty",
"placeholder": "Easy, Intermediate, Advanced...",
"strings": {
"options": {
"novice": "Novice",
"easy": "Easy",
"intermediate": "Intermediate",
"advanced": "Advanced",
"expert": "Expert",
"freeride": "Freeride",
"extreme": "Extreme"
}
},
"autoSuggestions": false,
"customValues": false
}