diff --git a/power-plants-bkw.json b/power-plants-bkw.json index 29c6714..5e99402 100644 --- a/power-plants-bkw.json +++ b/power-plants-bkw.json @@ -7,12 +7,9 @@ }, "query": { "7": [ - "(node[\"operator\"~\"BKW\"][power=plant];", - "node[\"operator\"~\"BKW\"][power=station];", - "way[\"operator\"~\"BKW\"][power=plant];", - "way[\"operator\"~\"BKW\"][power=station];", - "relation[\"operator\"~\"BKW\"][power=plant];", - "relation[\"operator\"~\"BKW\"][power=station];)" + "(node[\"operator\"~\"BKW\"];", + "way[\"operator\"~\"BKW\"];", + "relation[\"operator\"~\"BKW\"];)" ] } }