mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Feature mapviz (#61)
* Fix framerate issue for gifs. * Fix aeson version on lts-11 * Improve transformation performance. * Vastly improve performance for SVG serialization. * Improve geo projection performance. * Add reference to cartogram program. * Add rasterSized function. * Better clippaths. * Use newer reanimate-svg package. * Show time spent and time remaining when rendering. * Support external images and multiple rasters. * Improve performance of bounding box calculations. * Evict macos cache. Former-commit-id: 3eb65d85fc2bb7dd9d67486d2da34d024767717d
This commit is contained in:
parent
614d823567
commit
6608fb7410
19 changed files with 780 additions and 301 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
steps:
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version1
|
||||
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version2
|
||||
path: $(STACK_ROOT)
|
||||
cacheHitVar: CACHE_RESTORED
|
||||
displayName: Cache stack root
|
||||
|
|
|
|||
Loading…
Reference in a new issue