EIU-GIScience-Center / covid19map

Animated maps of the COVID-19 epidemic, in html and javascript with D3
MIT License
0 stars 3 forks source link

Fix "shattered glass" transitions #59

Open geobarry opened 3 years ago

geobarry commented 3 years ago

Perhaps we can put in code that checks for a match (i.e. transition is between base features and cartogram of same data source). If no match, jump to the non-animated transition.

And/or we can add a flag to "not update data source" to make sure the data source is not updated while we're in the middle of another transition.