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

@ -228,9 +228,41 @@
]
}
],
"pointRendering": [],
"pointRendering": null,
"lineRendering": [
{}
{
"color": {
"render": "#ff7392",
"mappings": [
{
"if": "state=",
"then": "#00acfc"
},
{
"if": "state=temporary",
"then": "#00acfc"
}
]
},
"width": "4",
"dashArray": {
"render": "",
"mappings": [
{
"if": "state=temporary",
"then": "12 10"
},
{
"if": "note:state=has_highway_no",
"then": "0 8"
},
{
"if": "note:state=has_highway_under_construction",
"then": "12 10"
}
]
}
}
]
}
],
@ -242,4 +274,4 @@
"clustering": {
"maxZoom": 1
}
}
}