Fix themes, fix tests
This commit is contained in:
parent
255347fc06
commit
edf7dba9e3
16 changed files with 350 additions and 297 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue