From b33883a49acd2d757f161f9e96dea3bbaca27ea7 Mon Sep 17 00:00:00 2001 From: tomasz t Date: Sun, 27 Mar 2022 19:38:55 +0200 Subject: [PATCH] changed size of cluster circles --- src/map_style/style.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/map_style/style.json b/src/map_style/style.json index 41c3217..f6336e9 100644 --- a/src/map_style/style.json +++ b/src/map_style/style.json @@ -23,8 +23,8 @@ "type": "geojson", "data": "https://aed.openstreetmap.org.pl/dev/aed_poland.geojson", "cluster": true, - "clusterRadius": 32, - "maxzoom": 12 + "clusterRadius": 30, + "maxzoom": 15 } }, "glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf", @@ -54,9 +54,9 @@ "filter": ["has", "point_count"], "paint": { "circle-color": "rgba(0,145,64, 0.85)", - "circle-radius": 20, + "circle-radius": 16, "circle-stroke-color": "rgba(245, 245, 245, 0.88)", - "circle-stroke-width": 3 + "circle-stroke-width": 2 } }, { @@ -67,7 +67,7 @@ "layout": { "text-field": "{point_count_abbreviated}", "text-font": ["Open Sans Bold"], - "text-size": 14, + "text-size": 12, "text-letter-spacing": 0.05 }, "paint": {