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.

26 lines
619 B

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