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.
31 lines
1.5 KiB
31 lines
1.5 KiB
{
|
|
"name": {
|
|
"ast": "Comunicaciones",
|
|
"ca": "Comunicacions",
|
|
"cs": "Komunikace",
|
|
"de": "Kommunikation",
|
|
"el": "Επικοινωνίες",
|
|
"en": "Communication",
|
|
"et": "Kommunikatsioon",
|
|
"fr": "Communication",
|
|
"hu": "Kommunikácó",
|
|
"it": "Communicazioni",
|
|
"ja": "交流",
|
|
"nl": "Communicatie",
|
|
"ro": "Comunicatii",
|
|
"ru": "Услуги связи",
|
|
"uk": "Телекомунікації"
|
|
},
|
|
"type": "overpass",
|
|
"query": {
|
|
"13": "(node[amenity~'^(post_office|internet_cafe)$'];way[amenity~'^(post_office|internet_cafe)$'];relation[amenity~'^(post_office|internet_cafe)$'];);",
|
|
"16": "(node[amenity~'^(post_office|internet_cafe|post_box|telephone)$'];way[amenity~'^(post_office|internet_cafe)$'];relation[amenity~'^(post_office|internet_cafe)$'];);"
|
|
},
|
|
"minZoom": 13,
|
|
"feature": {
|
|
"title": "{{ localizedTag(tags, 'name') |default(localizedTag(tags, 'operator')) |default(tagTrans('amenity', tags.amenity)) }}",
|
|
"markerSign": "{% if tags.amenity=='post_office' %}🏤{% elseif tags.amenity=='post_box'%}📮{% elseif tags.amenity=='internet_cafe' %}💻{% elseif tags.amenity=='telephone' %}✆{% endif %}",
|
|
"body": "{{ tagTrans('amenity', tags.amenity) }}<br/>{% if tags.operator %}{{ keyTrans('operator') }}: {{ localizedTag(tags, 'operator') }}<br/>{% endif %}",
|
|
"description": "{{ tagTrans('amenity', tags.amenity) }}"
|
|
}
|
|
}
|