@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
19 lines (18 loc) • 478 B
JSON
{
"key": "plant:output:",
"type": "multiCombo",
"label": "Form of Power Output",
"strings": {
"options": {
"electricity": "Electricity",
"hot_water": "Hot Water",
"hot_air": "Hot Air",
"cold_water": "Cold Water",
"cold_air": "Cold Air",
"compressed_air": "Compressed Air",
"steam": "Steam",
"vacuum": "Vacuum"
}
},
"autoSuggestions": false
}