From 42e1adde659b19666a0cb2da46ce4b01cd311d2f Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 14 Nov 2023 16:14:43 +0100 Subject: [PATCH] Small theme tweaks --- assets/layers/drinking_water/drinking_water.json | 1 + assets/themes/cyclofix/cyclofix.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/layers/drinking_water/drinking_water.json b/assets/layers/drinking_water/drinking_water.json index f02d90815d..6baf77ad3e 100644 --- a/assets/layers/drinking_water/drinking_water.json +++ b/assets/layers/drinking_water/drinking_water.json @@ -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", diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 4ca3eed62d..790c172ee9 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -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",