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

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