Small theme tweaks

This commit is contained in:
Pieter Vander Vennet 2023-11-14 16:14:43 +01:00
parent 03d976c567
commit 42e1adde65
2 changed files with 6 additions and 1 deletions

View file

@ -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",

View file

@ -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",