Themes: ghost signs: add wall-based artworks to be able to mark them as ghost sign and to avoid duplicates

This commit is contained in:
Pieter Vander Vennet 2024-08-02 13:52:45 +02:00
parent 97394a68cd
commit 8f95e8520a

View file

@ -215,6 +215,56 @@
],
"isCounted": false
}
},
{
"builtin": "artwork",
"override": {
"minzoom": 16,
"presets=": null,
"id": "artwork_on_wall",
"+tagRenderings": [
{
"id": "historic_or_not",
"question": {
"en": "Is this artwork a historic advertisement?"
},
"mappings": [
{
"if": "historic=advertising",
"addExtraTags": [
"advertising=wall_painting"
],
"then": {
"en": "This artwork is a historic advertisement"
}
},
{
"if": "historic=",
"addExtraTags": [
"advertising="
],
"then": {
"en": "This artwork is not a historic advertisement"
}
}
]
}
],
"source": {
"osmTags": {
"and+": {
"or": [
"artwork_type=mural",
"artwork_type=graffiti",
"artwork_type=mosaic",
"artwork_type=relief",
"artwork_type=painting",
"artwork_type=mural_painting"
]
}
}
}
}
}
]
}