mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-07 19:08:37 +03:00
increases time zoom levels (#71)
This commit is contained in:
committed by
GitHub
parent
9b56764376
commit
94ba83107c
@@ -34,10 +34,11 @@ const config = {
|
||||
contentHeight: 90,
|
||||
},
|
||||
zoomLevels: [
|
||||
{ label: "Zoom to 2 weeks", duration: 14 * one_day },
|
||||
// { label: "Zoom to 2 weeks", duration: 14 * one_day },
|
||||
{ label: "Zoom to 1 month", duration: 31 * one_day },
|
||||
{ label: "Zoom to 6 months", duration: 6 * 31 * one_day },
|
||||
{ label: "Zoom to 1 year", duration: 12 * 31 * one_day },
|
||||
{ label: "Zoom to 1.5 years", duration: 18 * 31 * one_day },
|
||||
],
|
||||
range: {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user