6 lines
339 B
6 lines
339 B
{
|
|
"query": "(node[amenity~'^(restaurant|cafe)$'];way[amenity~'^(restaurant|cafe)$'];relation[amenity~'^(restaurant|cafe)$'];);",
|
|
"minZoom": 16,
|
|
"markerSign": "{% if tags.amenity=='restaurant' %}🍴{% else %}☕{% endif %}",
|
|
"featureBody": "{{ tags.amenity }}<br/>Cuisine: {{ tags.cuisine|default('unknown') }}"
|
|
}
|