forked from MapComplete/MapComplete
Themes: fix #1866
This commit is contained in:
parent
eef99186cf
commit
1cf71197f5
6 changed files with 342 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue