Fix more themes

This commit is contained in:
Pieter Vander Vennet 2023-11-13 12:46:15 +01:00
parent d2a813b009
commit 255347fc06
16 changed files with 303 additions and 196 deletions

View file

@ -101,9 +101,49 @@
"question": "What kind of building is this?"
}
],
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"width": {
"render": "2",
"mappings": [
{
"if": "fixme~*",
"then": "5"
}
]
},
"color": {
"render": "#00c",
"mappings": [
{
"if": "fixme~*",
"then": "#ff00ff"
},
{
"if": "building=house",
"then": "#a00"
},
{
"if": "building=shed",
"then": "#563e02"
},
{
"if": {
"or": [
"building=garage",
"building=garages"
]
},
"then": "#f9bfbb"
},
{
"if": "building=yes",
"then": "#0774f2"
}
]
}
}
]
},
{