Also include bars and cafes after discussion on:

https://community.openstreetmap.org/t/are-there-any-data-consumers-of-dog-tag/131204/21
This commit is contained in:
Niels Elgaard Larsen 2025-08-16 13:40:44 +02:00
parent c70f249ca4
commit 2dc43a69a5

View file

@ -100,6 +100,48 @@
"name": null
}
},
{
"builtin": "cafe_pub",
"override": {
"id": "cafe_pub_dog_friendly",
"name": {
"en": "Dog friendly drinking places",
"da": "Hundevenlige værtshuse"
},
"pointRendering": [
{
"iconBadges+": [
"icons.dogicon"
]
}
],
"=presets": [],
"source": {
"osmTags": {
"and+": [
{
"or": [
"dog=unleashed",
"dog=leashed",
"dog=yes"
]
}
]
}
}
}
},
{
"builtin": "cafe_pub",
"override": {
"minzoom": 18,
"isCounted": false,
"filter": {
"sameAs": "cafe_pub_dog_friendly"
},
"name": null
}
},
{
"builtin": "shops",
"override": {
@ -227,4 +269,4 @@
}
}
]
}
}