Fix themes, fix tests

This commit is contained in:
Pieter Vander Vennet 2023-11-13 13:45:22 +01:00
parent 255347fc06
commit edf7dba9e3
16 changed files with 350 additions and 297 deletions

View file

@ -26,9 +26,12 @@
"osmTags": "shadow=yes",
"isOsmCache": false
},
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"color": "#444444",
"width": "1"
}
]
},
{
@ -208,9 +211,24 @@
"questions",
"reviews"
],
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"color": {
"render": "#6d6",
"mappings": [
{
"if": "color~*",
"then": "{color}"
},
{
"if": "colour~*",
"then": "{colour}"
}
]
},
"width": "9"
}
]
}
],
@ -247,4 +265,4 @@
"maxZoom": 6,
"minNeededElements": 100
}
}
}