@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
30 lines (29 loc) • 879 B
JSON
{
"key": "flashing_lights",
"type": "combo",
"label": "Flashing Lights",
"strings": {
"options": {
"button": {
"title": "Button activated",
"description": "Lights activated by pressing a button"
},
"always": {
"title": "Always flashing",
"description": "Lights are always flashing"
},
"sensor": {
"title": "Sensor activated",
"description": "Lights activated by a sensor"
},
"button;sensor": {
"title": "Button and sensor activated",
"description": "Lights activated by a sensor or by pressing a button"
},
"no": "No",
"yes": "Yes"
}
},
"autoSuggestions": false,
"customValues": false
}