mapcomplete/assets/themes/postboxes/postboxes.json

218 lines
5.5 KiB
JSON
Raw Normal View History

{
2021-10-11 22:32:25 +02:00
"id": "postboxes",
"title": {
2021-10-25 21:48:45 +02:00
"en": "Postbox and Post Office Map",
2021-11-04 17:14:17 +01:00
"de": "Karte mit Briefkästen und Poststellen",
2021-11-04 21:57:10 +01:00
"nb_NO": "Postboks og postkontor-kart",
"it": "Buche delle lettere e uffici postali"
2021-10-11 22:32:25 +02:00
},
"shortDescription": {
2021-10-25 21:48:45 +02:00
"en": "A map showing postboxes and post offices",
2021-11-04 17:14:17 +01:00
"de": "Eine Karte die Briefkästen und Poststellen anzeigt",
"it": "Una cartina che mostra le buche delle lettere e gli uffici postali"
2021-10-11 22:32:25 +02:00
},
"description": {
2021-11-04 17:14:17 +01:00
"en": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
"it": "In questa cartina puoi veder e modificare gli uffici postali e le buche delle lettere. Puoi usare questa cartina per trovare dove imbucare la tua prossima cartolina! :)<br/>Hai trovato un errore o una buca delle lettere mancante? Puoi modificare questa cartina con un account gratuito su OpenStreetMap. "
2021-10-11 22:32:25 +02:00
},
"language": [
2021-10-22 13:47:36 +02:00
"en",
2021-11-04 17:14:17 +01:00
"de",
2021-11-25 17:59:12 +01:00
"nb_NO",
2021-11-04 17:14:17 +01:00
"it",
2021-11-25 17:59:12 +01:00
"ru"
2021-10-11 22:32:25 +02:00
],
"maintainer": "",
"icon": "./assets/themes/postboxes/postbox.svg",
2021-10-11 22:32:25 +02:00
"version": "0",
"startLat": 53.5511,
"startLon": 9.9937,
"startZoom": 13,
"widenFactor": 1.5,
2021-10-11 22:55:11 +02:00
"defaultBackgroundId": "CartoDB.Voyager",
"clustering": {
2021-10-11 22:55:11 +02:00
"maxZoom": 14,
"minNeededElements": 100
},
2021-10-11 22:32:25 +02:00
"layers": [
{
"id": "postboxes",
"name": {
2021-10-25 21:48:45 +02:00
"en": "Postboxes",
2021-11-25 17:59:12 +01:00
"de": "Brieflästen",
"ru": "Почтовые ящики"
2021-10-11 22:32:25 +02:00
},
"minzoom": 12,
"source": {
"osmTags": "amenity=post_box"
2021-10-11 22:32:25 +02:00
},
"title": {
"render": {
2021-10-25 21:48:45 +02:00
"en": "Postbox",
2021-11-25 17:59:12 +01:00
"de": "Briefkasten",
"ru": "Почтовый ящик"
2021-10-11 22:32:25 +02:00
}
},
"description": {
2021-10-25 21:48:45 +02:00
"en": "The layer showing postboxes.",
2021-11-04 21:57:10 +01:00
"de": "Die Ebene zeigt Briefkästen."
2021-10-11 22:32:25 +02:00
},
"tagRenderings": [
2021-10-31 21:22:44 +01:00
"images",
{
"id": "minimap",
2021-10-11 22:32:25 +02:00
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
2021-10-31 21:22:44 +01:00
}
2021-10-11 22:32:25 +02:00
],
"presets": [
{
"tags": [
"amenity=post_box"
],
"title": {
2021-10-25 21:48:45 +02:00
"en": "postbox",
2021-11-25 17:59:12 +01:00
"de": "Briefkasten",
"ru": "почтовый ящик"
2021-10-11 22:32:25 +02:00
}
}
],
2021-10-11 22:55:11 +02:00
"deletion": {
2021-10-11 23:46:37 +02:00
"softDeletionTags": {
2021-10-11 22:55:11 +02:00
"and": [
"amenity=",
"razed:amenity=post_box"
]
}
},
"mapRendering": [
{
"icon": {
"render": "./assets/themes/postboxes/postbox.svg"
},
"iconSize": {
"render": "40,40,bottom"
},
"location": [
"point",
"centroid"
]
},
{
"color": {
"render": "#DADADA"
},
"width": {
"render": "1"
}
}
]
2021-10-11 22:32:25 +02:00
},
{
"id": "postoffices",
"name": {
2021-10-25 21:48:45 +02:00
"en": "Post offices",
2021-11-25 17:59:12 +01:00
"de": "Poststellen",
"ru": "Почтовые отделения"
2021-10-11 22:32:25 +02:00
},
"minzoom": 12,
"source": {
"osmTags": "amenity=post_office"
2021-10-11 22:32:25 +02:00
},
"title": {
"render": {
2021-10-25 21:48:45 +02:00
"en": "Post Office",
2021-11-25 17:59:12 +01:00
"de": "Poststelle",
"ru": "Почтовое отделение"
2021-10-11 22:32:25 +02:00
}
},
"description": {
2021-10-22 13:47:36 +02:00
"en": "A layer showing post offices.",
"de": "Eine Ebene mit Postämtern."
2021-10-11 22:32:25 +02:00
},
"tagRenderings": [
2021-10-31 21:22:44 +01:00
"images",
2021-10-31 21:23:41 +01:00
{
2021-10-31 21:22:44 +01:00
"id": "minimap",
2021-10-11 22:32:25 +02:00
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
2021-10-31 21:23:41 +01:00
},
2021-10-11 22:32:25 +02:00
{
"render": {
2021-11-25 17:59:12 +01:00
"en": "Opening Hours: {opening_hours_table()}",
"ru": "Часы работы: {opening_hours_table()}"
2021-10-11 22:32:25 +02:00
},
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
},
"question": {
"en": "What are the opening hours for this post office?"
},
"mappings": [
{
"if": "opening_hours=24/7",
"then": {
2021-10-22 13:47:36 +02:00
"en": "24/7 opened (including holidays)",
"de": "durchgehend geöffnet (auch an Feiertagen)"
2021-10-11 22:32:25 +02:00
}
}
],
"id": "OH"
}
],
"presets": [
{
"tags": [
"amenity=post_office"
],
"title": {
2021-10-25 21:48:45 +02:00
"en": "Post Office",
2021-11-25 17:59:12 +01:00
"de": "Poststelle",
"ru": "Почтовое отделение"
2021-10-11 22:32:25 +02:00
}
}
],
"filter": [
{
"id": "is_open",
"options": [
{
"question": {
2021-10-25 21:48:45 +02:00
"en": "Currently open",
2021-11-04 21:57:10 +01:00
"de": "Aktuell geöffnet"
},
"osmTags": "_isOpen=yes"
}
]
}
],
"mapRendering": [
{
"icon": {
"render": "square:white;./assets/themes/postboxes/post_office.svg"
},
"iconBadges": [
{
"if": "opening_hours~*",
"then": "isOpen"
}
],
"iconSize": {
"render": "40,40,bottom"
},
"location": [
"point",
"centroid"
]
},
{
"color": {
"render": "#DADADA"
},
"width": {
"render": "1"
}
}
]
2021-10-11 22:32:25 +02:00
}
]
2021-11-04 17:03:12 +01:00
}