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

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Engineering projects by BKW firms"
  5. },
  6. "query": {
  7. "7": [
  8. "(node[\"architect\"~\"BKW\"];",
  9. "node[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];",
  10. "way[\"architect\"~\"BKW\"];",
  11. "way[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];",
  12. "relation[\"architect\"~\"BKW\"];",
  13. "relation[\"description\"~\"BKW\"][\"man_made\"=\"bridge\"];)"
  14. ]
  15. }
  16. }