Chore: formatting
This commit is contained in:
parent
eb5cc4d78c
commit
04b0d825fb
2 changed files with 6 additions and 5 deletions
|
@ -459,8 +459,8 @@
|
||||||
{
|
{
|
||||||
"if": "surface=fine_gravel",
|
"if": "surface=fine_gravel",
|
||||||
"then": {
|
"then": {
|
||||||
"en":"The surface is <b>fine gravel</b>",
|
"en": "The surface is <b>fine gravel</b>",
|
||||||
"nl":"De ondergrond bestaat uit <b>grind</b>"
|
"nl": "De ondergrond bestaat uit <b>grind</b>"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -102,9 +102,10 @@
|
||||||
"=pointRendering": [
|
"=pointRendering": [
|
||||||
{
|
{
|
||||||
"marker": [
|
"marker": [
|
||||||
{"icon": "pin",
|
{
|
||||||
"color":"#ba2792"}
|
"icon": "pin",
|
||||||
,
|
"color": "#ba2792"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"icon": "./assets/themes/cyclofix/key.svg"
|
"icon": "./assets/themes/cyclofix/key.svg"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue