|
|
@ -0,0 +1,16 @@ |
|
|
|
{ |
|
|
|
"type": "overpass", |
|
|
|
"name": { |
|
|
|
"en": "Engineering projects by BKW firms" |
|
|
|
}, |
|
|
|
"query": { |
|
|
|
"7": [ |
|
|
|
"(node[\"architect\"~\"BKW\"];", |
|
|
|
"node[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];", |
|
|
|
"way[\"architect\"~\"BKW\"];", |
|
|
|
"way[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];", |
|
|
|
"relation[\"architect\"~\"BKW\"];", |
|
|
|
"relation[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];)" |
|
|
|
] |
|
|
|
} |
|
|
|
} |