This commit is contained in:
Pieter Vander Vennet 2024-04-01 18:41:27 +02:00
parent eef99186cf
commit 1cf71197f5
6 changed files with 342 additions and 1 deletions

View file

@ -30,7 +30,10 @@
},
"source": {
"osmTags": {
"and":["advertising~*", "advertising!=no"]
"and": [
"advertising~*",
"advertising!=no"
]
}
},
"minzoom": 15,
@ -312,6 +315,27 @@
},
"then": "./assets/themes/advertising/poster_box_no_support.svg"
},
{
"if": {
"and": [
"advertising=poster_box",
{
"or": [
"shelter=yes",
"amenity=shelter",
"building=shelter"
]
},
{
"or": [
"public_transport=platform",
"highway=bus_stop"
]
}
]
},
"then": "./assets/themes/advertising/poster_box_transit_shelter.svg"
},
{
"if": "advertising=poster_box",
"then": "./assets/themes/advertising/poster_box.svg"