{ "type": "overpass", "name": { "ast": "Deportes", "cs": "Sport", "de": "Sport", "el": "Άθληση", "en": "Sport", "fr": "Sports", "hu": "Sport", "it": "Sport", "ja": "スポーツ", "nl": "Sport", "pt": "Desporto", "pt-br": "Esportes", "ru": "Спорт", "uk": "Спорт. Інше." }, "query": { "14": "(node[sport];way[sport];relation[sport];)" }, "feature": { "description": [ "{% if tags.leisure %}{{ tagTrans('leisure', tags.leisure) }}", "{% elseif tags.amenity %}{{ tagTrans('amenity', tags.amenity) }}", "{% elseif tags.shop %}{{ tags.shop == 'yes' ? keyTrans('shop') : tagTrans('shop', tags.shop) }}", "{% elseif tags.landuse %}{{ tagTrans('landuse', tags.landuse) }}", "{% elseif tags.building %}{{ tags.building == 'yes' ? keyTrans('building') : tagTrans('building', tags.building) }}", "{% elseif tags.highway %}{{ tagTrans('highway', tags.highway) }}", "{% else %}{{ keyTrans('sport') }}", "{% endif %}" ], "listDetails": "{{ tagTransList('sport', tags.sport) }}", "body": "{{ keyTrans('sport') }}: {{ tagTransList('sport', tags.sport) }}", "markerSign": [ "{% set firstSport = tags.sport|split(';')[0] %}", "{{ const[firstSport] }}" ] }, "const": { "9pin": "🎳", "10pin": "🎳", "american_football": "🏈", "archery": "🎯", "athletics": "", "australian_football": "🏈", "badminton": "🏸", "baseball": "⚾", "basketball": "🏀", "beachvolleyball": "🏐", "billiards": "🎱", "boules": "", "bowls": "", "bmx": "🚲", "cricket": "", "canadian_football": "🏈", "chess": "♚", "climbing": "🏔", "cockfighting": "🐓", "cricket": "🏏", "cycling": "🚲", "darts": "🎯", "dog_racing": "🐕", "equestrian": "🏇", "field_hockey": "🏑", "free_flying": "", "fitness": "", "golf": "⛳", "gymnastics": "", "handball": "", "horse_racing": "🏇", "hockey": "", "ice_hockey": "🏒", "ice_skating": "⛸", "model_aerodrome": "✈", "motocross": "🏍", "motor": "🏎", "multi": "", "netball": "", "rugby": "🏉", "rugby_league": "🏉", "rugby_union": "🏉", "running": "🏃", "sailing": "⛵", "scuba_diving": "", "shooting": "🔫", "skateboard": "", "skiing": "", "soccer": "⚽", "surfing": "🏄", "swimming": "🏊", "table_tennis": "🏓", "tennis": "🎾", "volleyball": "🏐", "weightlifting": "🏋" }, "filter": { "sport": { "name": "{{ keyTrans('sport') }}", "type": "checkbox", "show_default": "true", "op": "has", "values": "{% set list = [] %}{% for t, v in const %}{% endfor %}" } } }