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.

40 lines
2.2 KiB

{
"type": "overpass",
"name": {
"en": "Wind turbines - GE",
"de": "WIndkraftanlagen - GE",
"fr": "Eoliennes - GE"
},
"query": {
"5": [
"(node[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];)",
""
]
},
"feature": {
"markerSign": "<img data-src='img/wind_generator.svg'>"
}
}