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.

19 lines
459 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\"];",
  11. "way[\"operator\"~\"BKW\"];",
  12. "relation[\"operator\"~\"BKW\"];)"
  13. ]
  14. },
  15. "feature": {
  16. "markerSymbol": "",
  17. "listMarkerSymbol": ""
  18. }
  19. }