forked from MapComplete/MapComplete
Theme(pets): add pet shops (#2363)
This commit is contained in:
parent
4bc987a483
commit
48ead3aeec
1 changed files with 30 additions and 1 deletions
|
@ -98,6 +98,35 @@
|
||||||
"name": null
|
"name": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"builtin": "shops",
|
||||||
|
"override": {
|
||||||
|
"id": "pet_shops",
|
||||||
|
"name": {
|
||||||
|
"en": "Pet stores",
|
||||||
|
"nl": "Dierenwinkels"
|
||||||
|
},
|
||||||
|
"=presets": [
|
||||||
|
{
|
||||||
|
"tags": [
|
||||||
|
"shop=pet"
|
||||||
|
],
|
||||||
|
"title": {
|
||||||
|
"en": "a pet shop",
|
||||||
|
"nl": "een dierenwinkel"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"source": {
|
||||||
|
"osmTags": {
|
||||||
|
"and": [
|
||||||
|
"shop=pet"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"=filter": []
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"builtin": "shops",
|
"builtin": "shops",
|
||||||
"override": {
|
"override": {
|
||||||
|
@ -185,4 +214,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue