PitchInteractiveInc / tilegrams

Make hexagonally tiled cartograms
http://pitchinteractiveinc.github.com/tilegrams
ISC License
214 stars 49 forks source link

Importexport preserve #46

Closed nthitz closed 8 years ago

nthitz commented 8 years ago

DO NOT MERGE

This works as long as the data (set) values are the same before and after you import. If you switch datasets this will cause an infinite loop and lock up the browser. unfortunately this was not always the case so I'm not sure where this went wrong :(

nthitz commented 8 years ago

huh, it has something to do with the resolutionSlider trying to populateTiles

nthitz commented 8 years ago

ok I think this actually works now