diff --git a/wind-manufacturer-ge-10y.json b/wind-manufacturer-ge-10y.json new file mode 100644 index 0000000..baa7236 --- /dev/null +++ b/wind-manufacturer-ge-10y.json @@ -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": "", + "listMarkerSign": "", + "markerSymbol": "", + "listMarkerSymbol": "", + "style": { + "color": "#3b73b9", + "fillColor": "#3b73b9" + } + } +} +