MapComplete/assets/themes/postboxes/postboxes.json

146 lines
3.1 KiB
JSON
Raw Normal View History

{
2021-10-11 22:32:25 +02:00
"id": "postboxes",
"title": {
"en": "Postbox and Post Office Map"
},
"shortDescription": {
"en": "A map showing postboxes and post offices"
},
"description": {
"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! :) "
},
"language": [
"en"
],
"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.0,
2021-10-11 22:32:25 +02:00
"socialImage": "",
"clustering": {
"minNeededFeatures": 100,
"maxZoom": 14
},
2021-10-11 22:32:25 +02:00
"layers": [
{
"id": "postboxes",
"name": {
"en": "Postbox"
},
"minzoom": 12,
"source": {
"osmTags": "amenity=post_box"
2021-10-11 22:32:25 +02:00
},
"title": {
"render": {
"en": "Postbox"
}
},
"description": {
"en": "The layer showing postboxes."
},
"tagRenderings": [
"images",
{
"id": "minimap",
2021-10-11 22:32:25 +02:00
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
}
],
"icon": {
"render": "./assets/themes/postboxes/postbox.svg"
2021-10-11 22:32:25 +02:00
},
"width": {
"render": "1"
},
"iconSize": {
"render": "40,40,bottom"
},
"color": {
"render": "#DADADA"
},
"presets": [
{
"tags": [
"amenity=post_box"
],
"title": {
"en": "postbox"
2021-10-11 22:32:25 +02:00
}
}
],
"wayHandling": 2
2021-10-11 22:32:25 +02:00
},
{
"id": "postoffices",
"name": {
"en": "A layer containing post offices"
},
"minzoom": 12,
"source": {
"osmTags": "amenity=post_office"
2021-10-11 22:32:25 +02:00
},
"title": {
"render": {
"en": "Post Office"
}
},
"description": {
"en": "A layer showing post offices."
},
"tagRenderings": [
"images",
{
"id": "minimap",
2021-10-11 22:32:25 +02:00
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
},
{
"render": {
"en": "Opening Hours: {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": {
"en": "24/7 opened (including holidays)"
}
}
],
"id": "OH"
}
],
"icon": {
"render": "./assets/themes/postboxes/post_office.svg"
2021-10-11 22:32:25 +02:00
},
"width": {
"render": "1"
},
"iconSize": {
"render": "40,40,bottom"
},
"color": {
"render": "#DADADA"
},
"presets": [
{
"tags": [
"amenity=post_office"
],
"title": {
"en": "Post Office"
}
}
],
"wayHandling": 2
}
]
}