Small theme tweaks
This commit is contained in:
parent
03d976c567
commit
42e1adde65
2 changed files with 6 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"minzoom": 12,
|
||||
"calculatedTags": [
|
||||
"_closest_other_drinking_water=closestn(feat)('drinking_water', 1, undefined, 5000).map(f => ({id: f.feat.id, distance: ''+f.distance}))[0]",
|
||||
"_closest_other_drinking_water_id=get(feat)('_closest_other_drinking_water')?.id",
|
||||
|
|
|
@ -54,7 +54,11 @@
|
|||
{
|
||||
"marker": [
|
||||
{
|
||||
"icon": "pin:#ba2792;./assets/themes/cyclofix/key.svg"
|
||||
"icon":"pin",
|
||||
"color": "#ba2792"
|
||||
},
|
||||
{
|
||||
"icon": "./assets/themes/cyclofix/key.svg"
|
||||
}
|
||||
],
|
||||
"iconSize": "40,40",
|
||||
|
|
Loading…
Reference in a new issue