@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
20 lines (19 loc) • 465 B
JSON
{
"key": "volcano:status",
"type": "radio",
"label": "Volcano Status",
"strings": {
"options": {
"active": "Active",
"dormant": "Dormant",
"extinct": "Extinct"
}
},
"icons": {
"active": "roentgen-stratovolcano___lava",
"dormant": "roentgen-stratovolcano___smoke",
"extinct": "roentgen-stratovolcano"
},
"autoSuggestions": false,
"customValues": false
}