Places where power (electricity, heat, cold water, biogas...) is produced with power=generator help. See https://wiki.openstreetmap.org/wiki/Tag:power%3Dplant
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
592 B

{
"type": "overpass",
"name": {
"en": "Power plants - Operator: BKW",
"fr": "Centrales électriques - Opérateur: BKW",
"de": "Kraftwerke - Betreiber: BKW"
},
"query": {
"7": [
"(node[\"operator\"~\"BKW\"][power=plant];",
"node[\"operator\"~\"BKW\"][power=station];",
"way[\"operator\"~\"BKW\"][power=plant];",
"way[\"operator\"~\"BKW\"][power=station];",
"relation[\"operator\"~\"BKW\"][power=plant];",
"relation[\"operator\"~\"BKW\"][power=station];)"
]
}
}