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

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Power plants - Operator: BKW",
  5. "fr": "Centrales électriques - Opérateur: BKW",
  6. "de": "Kraftwerke - Betreiber: BKW"
  7. },
  8. "query": {
  9. "7": [
  10. "(node[\"operator\"~\"BKW\"][power=plant];",
  11. "node[\"operator\"~\"BKW\"][power=station];",
  12. "way[\"operator\"~\"BKW\"][power=plant];",
  13. "way[\"operator\"~\"BKW\"][power=station];",
  14. "relation[\"operator\"~\"BKW\"][power=plant];",
  15. "relation[\"operator\"~\"BKW\"][power=station];)"
  16. ]
  17. }
  18. }