Some examples how to develop own categories.
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.

16 lines
328 B

query:
15: nwr[amenity=fountain]
17: |
(
nwr[amenity=fountain];
nwr[amenity=drinking_water];
)
feature:
description: |
{{ tagTrans('amenity', tags.amenity) }}
markerSign: |
{% if tags.amenity == 'fountain' %}
{% elseif tags.amenity == 'drinking_water' %}
🚰
{% endif %}