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