Main categories of OpenStreetBrowser
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
387 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Offices",
  5. "de": "Büros"
  6. },
  7. "query": {
  8. "14": "nwr[office]"
  9. },
  10. "feature": {
  11. "description": [
  12. "{{ tagTrans('office', tags.office) }}",
  13. "{% if tags.office == 'government' and tags.government %}({{ tagTrans('government', tags.government) }}){% endif %}"
  14. ]
  15. }
  16. }