mapcomplete/assets/themes/pets/pets.json

182 lines
4.3 KiB
JSON
Raw Normal View History

{
"id": "pets",
"maintainer": "Niels Elgaard Larsen",
"version": "1",
"title": {
"en": "Veterinarians, dog parks and other pet-amenities",
2022-05-06 12:17:21 +02:00
"da": "hundesteder",
"de": "Tierärzte, Hundeparks und andere Einrichtungen für Haustiere"
},
"description": {
"en": "On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants, ...",
2022-05-06 12:17:21 +02:00
"da": "Hundsteder",
"de": "Diese Karte zeigt interessante Orte für Haustierbesitzer: Tierärzte, Hundeparks, Tiergeschäfte, hundefreundliche Restaurants, ..."
},
2022-04-30 02:41:06 +02:00
"icon": "./assets/layers/dogpark/dog-park.svg",
"startZoom": 10,
"startLat": 55,
"startLon": 12,
"layers": [
"dogpark",
{
"builtin": "food",
"override": {
"id": "dogfoodb",
"name": {
"en": "Dog friendly eateries",
2022-05-06 12:17:21 +02:00
"da": "Hundevenlige madsteder",
"de": "Hundefreundliche Restaurants"
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
2022-04-30 02:41:06 +02:00
"icon": "./assets/themes/pets/dog-food.svg",
"iconSize": "30,30,center"
}
],
"=presets": [],
"source": {
"=osmTags": {
"and": [
{
"or": [
"amenity=restaurant",
"amenity=cafe"
]
},
{
"or": [
"dog=unleashed",
"dog=leashed",
"dog=yes"
]
}
]
}
}
}
},
{
"builtin": "shops",
"id": "dogshop",
"override": {
"id": "dogshop",
"name": {
"en": "dog-friendly shop",
2022-05-06 12:17:21 +02:00
"da": "hundevenlig butik",
"de": "hundefreundliches Geschäft"
},
"title": {
"render": {
"en": "dog-friendly shop",
2022-05-06 12:17:21 +02:00
"da": "hundevenlig butik",
"de": "hundefreundliches Geschäft"
},
"mappings": [
{
"if": "name~*",
"then": {
"*": "{name}"
}
}
]
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
2022-04-30 02:41:06 +02:00
"render": "./assets/themes/pets/dogshop.svg",
"mappings": [
{
"if": {
"and": [
"shop=pet"
]
},
2022-04-30 02:41:06 +02:00
"then": "./assets/themes/pets/petshop.svg"
}
]
},
"iconSize": "30,30,center"
},
{
"#": "Rendering of a line",
"color": "#ff0",
"width": 5
}
],
"presets": [
{
"tags": [
"shop=yes",
"dog=yes"
]
}
],
"source": {
"=osmTags": {
"and": [
"shop~*",
{
"or": [
"dog=leashed",
"dog=yes",
"shop=pet"
]
}
]
}
}
}
},
"veterinary",
{
"builtin": "food",
"override": {
"minzoom": 19,
"filter": null,
"name": null
}
},
{
"builtin": "waste_basket",
"override": {
"minzoom": 16,
"filter": null,
"name": null
}
},
{
"builtin": "shops",
"override": {
"minzoom": 19,
"filter": null,
"presets": [
{
"title": {
"en": "dog-friendly shop",
2022-05-06 12:17:21 +02:00
"da": "EN hundevenlig butik",
"de": "hundefreundliches Geschäft"
},
"tags": [
"dog=yes",
"shop=yes"
],
"description": {
"en": "A shop whery you can bring a dog almost everywhere",
2022-05-06 12:17:21 +02:00
"da": "En butik hvor man kan tage en hund med næsten overalt",
"de": "Ein Geschäft, in das man seinen Hund fast überall mitnehmen kann"
}
}
],
"name": null
}
}
]
}