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.

16 lines
331 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. ]
  15. }
  16. }