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.

24 lines
569 B

5 years ago
  1. {
  2. "type": "overpass",
  3. "name": {
  4. "de": "Eingänge",
  5. "en": "Entrances"
  6. },
  7. "query": {
  8. "16": [
  9. "(",
  10. " node[entrance];",
  11. " node[building=entrance];",
  12. ")"
  13. ]
  14. },
  15. "feature": {
  16. "description": [
  17. "{% if tags.entrance == 'yes' or (not tags.entrance and tags.building == 'entrance') %}",
  18. "{{ keyTrans('entrance') }}",
  19. "{% else %}",
  20. "{{ tagTrans('entrance', tags.entrance) }}",
  21. "{% endif %}"
  22. ]
  23. }
  24. }