changed size of cluster circles

pull/67/head
tomasz t 2022-03-27 19:38:55 +02:00
rodzic 3564364c96
commit b33883a49a
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -23,8 +23,8 @@
"type": "geojson", "type": "geojson",
"data": "https://aed.openstreetmap.org.pl/dev/aed_poland.geojson", "data": "https://aed.openstreetmap.org.pl/dev/aed_poland.geojson",
"cluster": true, "cluster": true,
"clusterRadius": 32, "clusterRadius": 30,
"maxzoom": 12 "maxzoom": 15
} }
}, },
"glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf", "glyphs": "https://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
@ -54,9 +54,9 @@
"filter": ["has", "point_count"], "filter": ["has", "point_count"],
"paint": { "paint": {
"circle-color": "rgba(0,145,64, 0.85)", "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-color": "rgba(245, 245, 245, 0.88)",
"circle-stroke-width": 3 "circle-stroke-width": 2
} }
}, },
{ {
@ -67,7 +67,7 @@
"layout": { "layout": {
"text-field": "{point_count_abbreviated}", "text-field": "{point_count_abbreviated}",
"text-font": ["Open Sans Bold"], "text-font": ["Open Sans Bold"],
"text-size": 14, "text-size": 12,
"text-letter-spacing": 0.05 "text-letter-spacing": 0.05
}, },
"paint": { "paint": {