socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
435 stars 139 forks source link

Add option to set the displayed time zone #134

Closed amirlb closed 6 years ago

amirlb commented 6 years ago

This allows replacing the UTC option with a constant time zone like

timeDimensionControlOptions: {timeZones: ["Asia/Singapore", "Local"]}

or forcing just one time zone, like

timeDimensionControlOptions: {timeZones: ["America/New_York"]}