{ "type": "overpass", "name": { "ast": "Comunicaciones", "ca": "Comunicacions", "cs": "Komunikace", "de": "Kommunikation", "el": "Επικοινωνίες", "en": "Communication", "et": "Kommunikatsioon", "fr": "Communication", "hu": "Kommunikácó", "it": "Communicazioni", "ja": "交流", "nl": "Communicatie", "pt": "Comunicação", "pt-br": "Comunicação", "ro": "Comunicatii", "ru": "Услуги связи", "uk": "Телекомунікації" }, "query": { "13": [ "(", "node[amenity~'^(post_office|internet_cafe)$'];", "way[amenity~'^(post_office|internet_cafe)$'];", "relation[amenity~'^(post_office|internet_cafe)$'];", "nwr[office~\"^(telecommunication|it|newspaper|publisher|advertising_agency)$\"];", ");" ], "16": [ "(node[amenity~'^(post_office|internet_cafe|post_box|telephone)$'];", "way[amenity~'^(post_office|internet_cafe)$'];", "relation[amenity~'^(post_office|internet_cafe)$'];", "nwr[office~\"^(telecommunication|it|newspaper|publisher|advertising_agency)$\"];", ");" ] }, "feature": { "pre": [ "{% if tags.amenity %}", " {% set key = 'amenity' %}", " {% set value = tags.amenity %}", "{% else %}", " {% set key = 'office' %}", " {% set value = tags.office %}", "{% endif %}" ], "title": "{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) |default(tagTrans('amenity', tags.amenity)) }}", "description": [ "{% if key == 'office' %}", " {{ keyTrans('office') }} ({{ tagTrans('office', tags.office) }})", "{% else %}", " {{ tagTrans(key, value) }}", "{% endif %}" ], "body": "{% if tags.operator %}{{ keyTrans('operator') }}: {{ localizedTag(tags, 'operator') }}
{% endif %}", "markerSign": [ "{% set data = const[key ~ '=' ~ value] %}", "{% if data %}", "{{ data.sign|raw }}", "{% endif %}" ] }, "info": [ "", "{% for kv, data in const %}", "{% if data.zoom <= map.zoom %}", " ", " ", " ", " ", "{% endif %}", "{% endfor %}", "
{{ markerCircle({})|raw }}
{{ data.sign|raw }}
", " {% if kv|split('=')[0] == 'office' %}", " {{ keyTrans('office') }}", " ({{ tagTrans('office', kv|split('=')[1]) }})", " {% else %}", " {{ tagTrans(kv|split('=')[0], kv|split('=')[1]) }}", " {% endif %}", "
" ], "const": { "amenity=post_office": { "sign": "", "zoom": 13 }, "amenity=post_box": { "sign": "", "zoom": 16 }, "amenity=internet_cafe": { "sign": "", "zoom": 13 }, "office=telecommunication": { "sign": "", "zoom": 13 }, "office=it": { "sign": "", "zoom": 13 }, "office=newspaper": { "sign": "", "zoom": 13 }, "office=publisher": { "sign": "", "zoom": 13 }, "office=advertising_agency": { "sign": "", "zoom": 13 }, "office=public_relations": { "sign": "", "zoom": 13 }, "office=audiovisual_production": { "sign": "", "zoom": 13 }, "office=film_production": { "sign": "", "zoom": 13 }, "amenity=telephone": { "sign": "", "zoom": 16 } }, "filter": { "type": { "name": "{{ trans('filter:type') }}", "show_default": "true", "type": "select", "values": "{% for k, v in const %}{% endfor %}" } } }