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
320 B

  1. query:
  2. 16: |-
  3. (
  4. node[entrance];
  5. node[building=entrance];
  6. )
  7. feature:
  8. description: |-
  9. {% if tags.entrance == 'yes' or (not tags.entrance and tags.building == 'entrance') %}
  10. {{ keyTrans('entrance') }}
  11. {% else %}
  12. {{ tagTrans('entrance', tags.entrance) }}
  13. {% endif %}
  14. styles: ''