earthrise-media / vacs-map

Exploring VACS project data
1 stars 0 forks source link

Add d3 map to homepage #36

Closed mwbernard closed 10 months ago

mwbernard commented 10 months ago

Closes #35

The grid updates on window resize and for now is just cycling through all of the available crops in the data. Nothing too fancy yet, just letting css transitions fade the colors into each other over 2.5 seconds, crops switch every 5. It does match the diverging color scheme we use in the other maps so that should be consistent.

@kelsey-taylor happy to follow your lead on what other map features (if any) we want to add, and if you have any thoughts on how to improve the animation etc. this is just a first pass we can add to.

Screenshot 2023-11-18 at 7 21 14 PM

mwbernard commented 10 months ago

@kelsey-taylor cool yeah that sounds good to me. I sped up the transitions and improved the projection code a little, but will leave further improvements for a follow up!