forked from MapComplete/MapComplete
Themes: exclude 'advertising=no' from loading, fix #1865
This commit is contained in:
parent
e16e06e253
commit
eef99186cf
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@
|
||||||
"it": "Completeremo i dati da caratteristiche pubblicitarie, con referenza, operatore e illuminazione"
|
"it": "Completeremo i dati da caratteristiche pubblicitarie, con referenza, operatore e illuminazione"
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": "advertising~*"
|
"osmTags": {
|
||||||
|
"and":["advertising~*", "advertising!=no"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minzoom": 15,
|
"minzoom": 15,
|
||||||
"title": {
|
"title": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue