From 2a44fcbe97b3b4c318188d37697e786bf83db8c1 Mon Sep 17 00:00:00 2001 From: germainaugsburger Date: Tue, 19 Feb 2019 11:07:53 +0100 Subject: [PATCH] Update 'power-plants-bkw.json' --- power-plants-bkw.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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\"];)" ] } }