Themes: exclude 'advertising=no' from loading, fix #1865

This commit is contained in:
Pieter Vander Vennet 2024-04-01 18:21:54 +02:00
parent e16e06e253
commit eef99186cf

View file

@ -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": {