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.

27 lines
911 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Wind turbines",
  5. "de": "Windkraftanlagen",
  6. "fr": "Eoliennes"
  7. },
  8. "query": {
  9. "7": [
  10. "(node[\"generator:method\"=\"wind_turbine\"];",
  11. "node[\"generator:source\"=\"wind\"];",
  12. "node[\"plant:source\"=\"wind\"];",
  13. "way[\"generator:method\"=\"wind_turbine\"];",
  14. "way[\"generator:source\"=\"wind\"];",
  15. "way[\"plant:source\"=\"wind\"];",
  16. "relation[\"generator:method\"=\"wind_turbine\"];",
  17. "relation[\"generator:source\"=\"wind\"];",
  18. "relation[\"plant:source\"=\"wind\"];)"
  19. ]
  20. },
  21. "feature": {
  22. "markerSign": "<img data-src=\"temaki:wind_turbine?fill=blue\">",
  23. "listMarkerSign": "<img data-src=\"temaki:wind_turbine?fill=blue\">",
  24. "markerSymbol": "",
  25. "listMarkerSymbol": ""
  26. }
  27. }