Country distortion video (#54)

* Support GeoJSON.

* Fix framerate issue for gifs.

* Vastly improve performance for SVG serialization.

Former-commit-id: b0dbb06b8810d56aa993d7138dd97c9e514db2e3
This commit is contained in:
David Himmelstrup 2020-02-20 21:22:36 +08:00 committed by GitHub
commit 458da0f2ec
20 changed files with 1045 additions and 108 deletions

View file

@ -9,4 +9,4 @@ import Reanimate.Builtin.Images
main :: IO ()
main = reanimate $ animate $
const $ scaleToSize screenWidth screenHeight $
embedImage $ project smallEarth (orthoP 0 0)
embedImage $ project smallEarth (orthoP $ LonLat 0 0)