diff --git a/wind-turbines.json b/wind-turbines.json new file mode 100644 index 0000000..87ea260 --- /dev/null +++ b/wind-turbines.json @@ -0,0 +1,18 @@ +{ + "type": "overpass", + "name": { + "en": "Wind turbines", + "de": "Windkraftanlagen", + "fr": "Eoliennes" + }, + "query": { + "7": [ + "(node[\"generator:source\"=\"wind\"];", + "way[\"generator:source\"=\"wind\"];", + "relation[\"generator:source\"=\"wind\"];", + "node[\"plant:source\"=\"wind\"];", + "way[\"plant:source\"=\"wind\"];", + "relation[\"plant:source\"=\"wind\"];)" + ] + } +}