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

@ -35,9 +35,30 @@
"tagRenderings": [
"all_tags"
],
"pointRendering": [],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"marker": [
{
"icon": {
"render": "circle:red",
"mappings": [
{
"if": "_has_closeby_feature=yes",
"then": "circle:#008000aa"
}
]
}
}
],
"iconSize": "20,20",
"anchor": "center"
}
],
"lineRendering": [
{}
]
},
{
@ -57,4 +78,4 @@
}
}
]
}
}