mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
modified store to reduce timeline zoom scales
This commit is contained in:
committed by
Lachlan Kermode
parent
455bf64fca
commit
4f469b837e
@@ -73,13 +73,9 @@ const initial = {
|
||||
new Date(2016, 2, 23, 12)
|
||||
],
|
||||
zoomLevels: [
|
||||
{ label: '3 years', duration: 1576800 },
|
||||
{ label: '3 months', duration: 129600 },
|
||||
{ label: '3 days', duration: 4320 },
|
||||
{ label: '12 hours', duration: 720 },
|
||||
{ label: '2 hours', duration: 120 },
|
||||
{ label: '30 min', duration: 30 },
|
||||
{ label: '10 min', duration: 10 }
|
||||
{ label: '12 hours', duration: 720 }
|
||||
]
|
||||
},
|
||||
flags: {
|
||||
|
||||
Reference in New Issue
Block a user