diff --git a/hydro-operator-groupe-e.json b/hydro-operator-groupe-e.json new file mode 100644 index 0000000..9e0f584 --- /dev/null +++ b/hydro-operator-groupe-e.json @@ -0,0 +1,18 @@ +{ + "type": "overpass", + "name": { + "en": "Hydro power plants - Groupe E", + "de": "Wasserkraftwerke - Groupe E", + "fr": "Centrales hydroélectriques - Groupe E" + }, + "query": { + "5": [ + "(node[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];", + "node[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];", + "way[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];", + "way[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];", + "relation[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];", + "relation[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];)" + ] + } +}