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.

27 lines
645 B

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