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.

47 lines
2.5 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Wind turbines - Manufacturer: GE",
  5. "de": "WIndkraftanlagen - Hersteller: GE",
  6. "fr": "Eoliennes - Fabricant: GE"
  7. },
  8. "query": {
  9. "5": [
  10. "(node[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  11. "node[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  12. "node[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  13. "node[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
  14. "node[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  15. "node[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  16. "node[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  17. "node[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
  18. "way[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  19. "way[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  20. "way[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  21. "way[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
  22. "way[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  23. "way[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  24. "way[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  25. "way[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
  26. "relation[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  27. "relation[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  28. "relation[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  29. "relation[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
  30. "relation[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
  31. "relation[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
  32. "relation[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
  33. "relation[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];)",
  34. ""
  35. ]
  36. },
  37. "feature": {
  38. "markerSign": "<img data-src=\"temaki:wind_turbine\"?fill=#3b73b9>",
  39. "listMarkerSign": "<img data-src=\"temaki:wind_turbine\"?fill=#3b73b9>",
  40. "markerSymbol": "",
  41. "listMarkerSymbol": "",
  42. "style": {
  43. "color": "#3b73b9",
  44. "fillColor": "#3b73b9"
  45. }
  46. }
  47. }