|
|
@ -0,0 +1,18 @@ |
|
|
|
{ |
|
|
|
"type": "overpass", |
|
|
|
"name": { |
|
|
|
"en": "Power plants - Operator: BKW", |
|
|
|
"fr": "Centrales électriques - Opérateur: BKW", |
|
|
|
"de": "Kraftwerke - Betreiber: BKW" |
|
|
|
}, |
|
|
|
"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];)" |
|
|
|
] |
|
|
|
} |
|
|
|
} |