mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
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:
parent
b466bcc6be
commit
458da0f2ec
20 changed files with 1045 additions and 108 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue