|
|
@ -0,0 +1,48 @@ |
|
|
|
{ |
|
|
|
"type": "overpass", |
|
|
|
"name": { |
|
|
|
"en": "Wind turbines - Manufacturer: GE", |
|
|
|
"de": "WIndkraftanlagen - Hersteller: GE", |
|
|
|
"fr": "Eoliennes - Fabricant: 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=\"temaki:junction\"?fill=#3b73b9>", |
|
|
|
"listMarkerSign": "<img data-src=\"temaki:junction\"?fill=#3b73b9>", |
|
|
|
"markerSymbol": "", |
|
|
|
"listMarkerSymbol": "", |
|
|
|
"style": { |
|
|
|
"color": "#3b73b9", |
|
|
|
"fillColor": "#3b73b9" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|