Engineering projects (buildings, infrastructure)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
497 B

{
"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\"];)"
]
}
}