forked from MapComplete/MapComplete
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:
parent
e47ec86874
commit
e68edeb29f
1 changed files with 50 additions and 0 deletions
|
@ -216,6 +216,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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue