@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
24 lines (23 loc) • 724 B
JSON
{
"key": "generator:method",
"type": "combo",
"label": "Method",
"strings": {
"options": {
"fission": "Fission",
"fusion": "Fusion",
"wind_turbine": "Wind Turbine",
"water-storage": "Reservoir",
"water-pumped-storage": "Pumped-Storage",
"run-of-the-river": "Run-of-the-River",
"barrage": "Tidal Barrage",
"stream": "Tidal Stream",
"thermal": "Solar Thermal",
"photovoltaic": "Photovoltaic",
"combustion": "Combustion",
"gasification": "Gasification",
"anaerobic_digestion": "Anaerobic Digestion"
}
},
"autoSuggestions": false
}