forked from MapComplete/MapComplete
shop presets
This commit is contained in:
parent
5809a0957f
commit
2d8f222d0d
1 changed files with 47 additions and 39 deletions
|
@ -39,7 +39,7 @@
|
||||||
"da": "en hundeskov"
|
"da": "en hundeskov"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"leisure=dog_park"
|
"leisure=dog_park"
|
||||||
],
|
],
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A place for dogs, where they can run unleashed",
|
"en": "A place for dogs, where they can run unleashed",
|
||||||
|
@ -205,21 +205,21 @@
|
||||||
"=presets": [],
|
"=presets": [],
|
||||||
"source": {
|
"source": {
|
||||||
"=osmTags": {
|
"=osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
{
|
{
|
||||||
"or": [
|
"or": [
|
||||||
"amenity=restaurant",
|
"amenity=restaurant",
|
||||||
"amenity=cafe"
|
"amenity=cafe"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"or": [
|
"or": [
|
||||||
"dog=unleashed",
|
"dog=unleashed",
|
||||||
"dog=leashed",
|
"dog=leashed",
|
||||||
"dog=yes"
|
"dog=yes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
{
|
{
|
||||||
"if": "name~*",
|
"if": "name~*",
|
||||||
"then": {
|
"then": {
|
||||||
"*": "{name}"
|
"*": "{name}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"then": "./assets/themes/dog/petshop.svg"
|
"then": "./assets/themes/dog/petshop.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"iconSize": "30,30,center"
|
"iconSize": "30,30,center"
|
||||||
|
@ -274,19 +274,26 @@
|
||||||
"width": 5
|
"width": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"presets": [],
|
"presets": [
|
||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"shop=yes",
|
||||||
|
"dog=yes"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"source": {
|
"source": {
|
||||||
"=osmTags": {
|
"=osmTags": {
|
||||||
"and": [
|
"and": [
|
||||||
"shop~*",
|
"shop~*",
|
||||||
{
|
{
|
||||||
"or": [
|
"or": [
|
||||||
"dog=leashed",
|
"dog=leashed",
|
||||||
"dog=yes",
|
"dog=yes",
|
||||||
"shop=pet"
|
"shop=pet"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -398,20 +405,21 @@
|
||||||
"minzoom": 19,
|
"minzoom": 19,
|
||||||
"filter": null,
|
"filter": null,
|
||||||
"presets": [
|
"presets": [
|
||||||
{
|
{
|
||||||
"title": {
|
"title": {
|
||||||
"en": "dog-friendly shop",
|
"en": "dog-friendly shop",
|
||||||
"da": "EN hundevenlig butik"
|
"da": "EN hundevenlig butik"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
"dog=yes",
|
"dog=yes",
|
||||||
"shop=yes"
|
"shop=yes"
|
||||||
],
|
],
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A shop whery you can bring a dog almost everywhere",
|
"en": "A shop whery you can bring a dog almost everywhere",
|
||||||
"da": "En butik hvor man kan tage en hund med næsten overalt"
|
"da": "En butik hvor man kan tage en hund med næsten overalt"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}],
|
],
|
||||||
"name": null
|
"name": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue