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
705 B

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