Speelplekken style tweaks

This commit is contained in:
Pieter Vander Vennet 2021-04-25 16:01:33 +02:00
parent 1f4b7b1254
commit 6b9d0162eb
2 changed files with 7 additions and 3 deletions

View file

@ -83,7 +83,7 @@
"and": [
"type=route",
"route=foot",
"operator=provincie Antwerpen"
"operator~[pP]rovincie Antwerpen"
]
},
"geoJson": "https://pietervdvn.github.io/speelplekken_cache/speelplekken_{z}_{x}_{y}.geojson",
@ -172,6 +172,10 @@
{
"if": "color~*",
"then": "{color}"
},
{
"if": "colour~*",
"then": "{colour}"
}
]
},