Viglino / ol-ext

Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.
https://viglino.github.io/ol-ext/
Other
1.25k stars 463 forks source link

[Request/Question] animateFeature (pause/continue/export) #309

Closed erginduran closed 5 years ago

erginduran commented 5 years ago

Hey, thanks for this extension. i use it with OL3 in a tracking project. If possible,

Thanks a lot!

Viglino commented 5 years ago

The featureAnimation only animates the feature but don't change its position (coordinates) or so. Stopping the animation will draw it at its initial place (see https://viglino.github.io/ol-ext/examples/animation/map.featureanimation.select.html). If you're looking for more options to animate points on a map, look at the ol-games package that animates sprites. @+

Viglino commented 5 years ago

No chance to export animation, you should use a third party library (webrtc, whammy, CanvasRecorder...). Or use a screen recorder.

erginduran commented 5 years ago

Thank you @Viglino !! ol-games works great. Also i'll check those libraries you mentioned above.