|
|
@ -51,7 +51,8 @@ feature: |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</ul> |
|
|
</ul> |
|
|
markerSign: | |
|
|
markerSign: | |
|
|
{% if tags.amenity=='bar' %}🍸{% elseif tags.amenity=='biergarten'%}🍻{% elseif tags.amenity=='cafe' %}☕{% elseif tags.amenity=='fast_food' %}🍔{% elseif tags.amenity=='ice_cream' %}🍨{% elseif tags.amenity=='pub' %}🍺{% else %}🍴{% endif %} |
|
|
|
|
|
|
|
|
{% set firstType = tags.amenity|split(';')[0] %} |
|
|
|
|
|
{{ const.type[firstType]|default(const.type.restaurant)|raw }} |
|
|
filter: |
|
|
filter: |
|
|
amenity: |
|
|
amenity: |
|
|
name: | |
|
|
name: | |
|
|
@ -232,3 +233,11 @@ const: |
|
|
diet:lactose_free: {} |
|
|
diet:lactose_free: {} |
|
|
diet:halal: {} |
|
|
diet:halal: {} |
|
|
diet:kosher: {} |
|
|
diet:kosher: {} |
|
|
|
|
|
type: |
|
|
|
|
|
restaurant: '🍴' |
|
|
|
|
|
bar: '🍸' |
|
|
|
|
|
biergarten: '🍻' |
|
|
|
|
|
cafe: '☕' |
|
|
|
|
|
fast_food: '🍔' |
|
|
|
|
|
ice_cream: '🍨' |
|
|
|
|
|
pub: '🍺' |