Skip to content

v3.1.0

Compare
Choose a tag to compare
@Unraveler Unraveler released this 09 Jul 08:51
· 215 commits to master since this release

This version introduces some fixes to 3.0.0 and two new methods on Animate.js

Fixes and Features

  • Fixed i18n example
  • Fixed animate example
  • Fixes Measure.js where coordinates were incorrectly passed to Polygon, whereas geometry should be given instead. More specifically, geometry instead of coords to ol.sphere.getArea
  • Some fixes in events methods on and un
  • Fix calls of animation functions.
  • Use correct name for animation layer.

New methods introduced:

  • doAnimation(feature, layer, animate) and endAnimation(feature, layer, listenerKey) have been added. They do animation on a layer instead of feature.

v3.0.0...v3.1.0