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
27 lines
911 B
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"en": "Wind turbines",
|
|
"de": "Windkraftanlagen",
|
|
"fr": "Eoliennes"
|
|
},
|
|
"query": {
|
|
"7": [
|
|
"(node[\"generator:method\"=\"wind_turbine\"];",
|
|
"node[\"generator:source\"=\"wind\"];",
|
|
"node[\"plant:source\"=\"wind\"];",
|
|
"way[\"generator:method\"=\"wind_turbine\"];",
|
|
"way[\"generator:source\"=\"wind\"];",
|
|
"way[\"plant:source\"=\"wind\"];",
|
|
"relation[\"generator:method\"=\"wind_turbine\"];",
|
|
"relation[\"generator:source\"=\"wind\"];",
|
|
"relation[\"plant:source\"=\"wind\"];)"
|
|
]
|
|
},
|
|
"feature": {
|
|
"markerSign": "<img data-src=\"temaki:wind_turbine?fill=blue\">",
|
|
"listMarkerSign": "<img data-src=\"temaki:wind_turbine?fill=blue\">",
|
|
"markerSymbol": "",
|
|
"listMarkerSymbol": ""
|
|
}
|
|
}
|