mapcomplete/assets/themes/pets/pets.json

199 lines
No EOL
5.5 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "pets",
"title": {
"en": "Veterinarians, dog parks and other pet-amenities",
"da": "hundesteder",
"de": "Tierärzte, Hundeparks und andere Einrichtungen für Haustiere",
"nl": "Dierenartsen, hondenloopzones en andere huisdiervriendelijke plaatsen",
"fr": "Vétérinaires, parcs à chiens et autres endroits pour chiens"
},
"description": {
"en": "On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants, ...",
"da": "Hundsteder",
"de": "Diese Karte zeigt interessante Orte für Haustierbesitzer: Tierärzte, Hundeparks, Tiergeschäfte, hundefreundliche Restaurants, ...",
"nl": "Deze kaart helpt je op weg met je huisdier: dierenartsen, hondenloopzones, dierenwinkels, hondenvriendelijke restaurants, ...",
"fr": "Retrouvez sur cette carte des points dintérêts pour votre animal: vétérinaires, parcs à chien, animaleries, restaurants acceptant les chiens, etc."
},
"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",
"da": "Hundevenlige madsteder",
"de": "Hundefreundliche Restaurants",
"nb_NO": "Hundevennlige spisesteder",
"nl": "Hondvriendelijke eetgelegenheden",
"fr": "Restaurants acceptant les chiens"
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"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 shops",
"da": "hundevenlig butik",
"de": "Hundefreundliche Geschäfte",
"nb_NO": "Hundevennlige butikker",
"nl": "Hondvriendelijke winkels",
"fr": "Magasins acceptant les chiens"
},
"title": {
"render": {
"en": "Dog-friendly shops",
"da": "hundevenlig butik",
"de": "Hundefreundliche Geschäfte",
"nb_NO": "Hundevennlige butikker",
"nl": "Hondvriendelijke winkels",
"fr": "Magasins acceptant les chiens"
},
"mappings": [
{
"if": "name~*",
"then": {
"*": "{name}"
}
}
]
},
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "./assets/themes/pets/dogshop.svg",
"+mappings": [
{
"if": {
"and": [
"shop=pet"
]
},
"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",
"da": "EN hundevenlig butik",
"de": "hundefreundliches Geschäft",
"nb_NO": "hundevennlig butikk",
"nl": "Hondvriendelijke winkels",
"fr": "magasin acceptant les chiens"
},
"tags": [
"dog=yes",
"shop=yes"
],
"description": {
"en": "A shop where you can bring a dog almost everywhere",
"da": "En butik hvor man kan tage en hund med næsten overalt",
"de": "Ein Geschäft, in das man Hunde fast überall mitnehmen kann",
"nl": "Een winkel waar je je hond in bijna heel de winkel mag meenemen",
"fr": "Un magasin où vous pouvez amener votre chien presque partout"
}
}
],
"name": null
}
}
],
"credits": "Niels Elgaard Larsen"
}