@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
37 lines (36 loc) • 645 B
JSON
{
"icon": "maki-industry",
"fields": [
"name",
"operator",
"plant/source",
"plant/method",
"plant/output",
"plant/output/electricity",
"address",
"start_date"
],
"moreFields": [
"gnis/feature_id-US"
],
"geometry": [
"area"
],
"tags": {
"power": "plant"
},
"addTags": {
"power": "plant",
"landuse": "industrial"
},
"terms": [
"coal",
"gas",
"generator",
"hydro",
"nuclear",
"power",
"station"
],
"name": "Power Station Grounds"
}