mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Moved supercluster config outside of map; to set the lowest level at which clusters appear, set maxZoom in config
This commit is contained in:
@@ -52,7 +52,11 @@ const initial = {
|
||||
maxZoom: 16,
|
||||
bounds: null,
|
||||
maxBounds: [[180, -180], [-180, 180]],
|
||||
clusterRadius: 30
|
||||
},
|
||||
cluster: {
|
||||
radius: 30,
|
||||
minZoom: 2,
|
||||
maxZoom: 16
|
||||
},
|
||||
timeline: {
|
||||
dimensions: {
|
||||
|
||||
Reference in New Issue
Block a user