forked from OpenStreetBrowser/main
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.
54 lines
1.8 KiB
54 lines
1.8 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Gastronomía",
|
|
"cs": "Stravování",
|
|
"de": "Gastronomie",
|
|
"el": "Γαστρονομία",
|
|
"en": "Gastronomy",
|
|
"fr": "Gastronomie",
|
|
"hu": "Gasztronómia",
|
|
"it": "Gastronomia",
|
|
"ja": "食べ物",
|
|
"nl": "Gastronomie",
|
|
"pl": "Gastronomia",
|
|
"ro": "Gastronomie",
|
|
"ru": "Общепит",
|
|
"uk": "Гастрономія"
|
|
},
|
|
"query": {
|
|
"15": "(node[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];way[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];relation[amenity~'^(bar|biergarten|cafe|fast_food|ice_cream|pub|restaurant)$'];);"
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTrans('amenity', tags.amenity) }}",
|
|
"body": [
|
|
"<ul>",
|
|
" <li class='hasSymbol'>",
|
|
" <i class=\"fa fa-cutlery\" aria-hidden=\"true\"></i>",
|
|
" <span class='key'>{{ keyTrans('cuisine') }}:</span>",
|
|
" <span class='value'>{{ tagTransList('cuisine', tags.cuisine)|default(trans('unknown')) }}</span>",
|
|
" </li>",
|
|
"</ul>"
|
|
],
|
|
"markerSign": "{{ const[tags.amenity]|raw }}"
|
|
},
|
|
"info": [
|
|
"<table>",
|
|
"{% for value, sign in const %}",
|
|
" <tr>",
|
|
" <td>{{ markerCircle({})|raw }}<div class='sign'>{{ sign|raw }}</div></td>",
|
|
" <td>{{ tagTrans('amenity', value) }}</td>",
|
|
" </tr>",
|
|
"{% endfor %}",
|
|
"</table>"
|
|
],
|
|
"const": {
|
|
"bar": "🍸",
|
|
"biergarten": "🍻",
|
|
"cafe": "☕",
|
|
"fast_food": "🍔",
|
|
"ice_cream": "🍨",
|
|
"pub": "🍺",
|
|
"restaurant": "🍴"
|
|
}
|
|
}
|