mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
add default rangeLimits
This commit is contained in:
@@ -72,6 +72,10 @@ const initial = {
|
||||
new Date(2001, 2, 23, 12),
|
||||
new Date(2021, 2, 23, 12)
|
||||
],
|
||||
rangeLimits: [
|
||||
new Date(1, 1, 1, 1),
|
||||
new Date()
|
||||
],
|
||||
zoomLevels: [
|
||||
{ label: '20 years', duration: 10512000 },
|
||||
{ label: '2 years', duration: 1051200 },
|
||||
|
||||
Reference in New Issue
Block a user