robinkraft / forma-vis

Code for visualizing forest clearing data over time using HTML5 and visualraster
1 stars 0 forks source link

date should increment by month #3

Open robinkraft opened 13 years ago

robinkraft commented 13 years ago

The dates increment in strange ways as you move the slider, going from Jan 1, 2006 to Jan 26, 2006 to Feb 11, 2006, etc.

It would be good to increment the slider - and the date - by month. We don't actually need to display the day, but the month and year need to be correct.

hhuuggoo commented 13 years ago

server should probably just pass a list of exact dates to the client, no needed to try to interpolate date values