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.

14 lines
495 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Routes",
  5. "de": "Routen"
  6. },
  7. "query": {
  8. "13": "relation[type=route][route~\"^(bus|trolleybus|ferry|train|tram)$\"];"
  9. },
  10. "feature": {
  11. "description": "{{ tagTrans('route', tags.route) }}",
  12. "title": "{% if tags.ref %}{{ tags.ref }} - {% endif %}\n\n{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) | default(localizedTag(tags, 'ref')) | default(trans('unnamed')) }}"
  13. }
  14. }