mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
Clustering working upon zoom; loading cluster data appropriately initially; need to style and add markers
This commit is contained in:
@@ -52,7 +52,8 @@ const initial = {
|
||||
minZoom: 6,
|
||||
maxZoom: 18,
|
||||
bounds: null,
|
||||
maxBounds: [[180, -180], [-180, 180]]
|
||||
maxBounds: [[180, -180], [-180, 180]],
|
||||
clusterRadius: 100,
|
||||
},
|
||||
timeline: {
|
||||
dimensions: {
|
||||
|
||||
Reference in New Issue
Block a user