diff --git a/examples/feature-move-animation.js b/examples/feature-move-animation.js index 184db9b9e7..e1b803448b 100644 --- a/examples/feature-move-animation.js +++ b/examples/feature-move-animation.js @@ -162,7 +162,7 @@ var moveFeature = function(event) { vectorContext.drawFeature(feature, styles.geoMarker); } // tell OL3 to continue the postcompose animation - frameState.animate = true; + map.render(); }; function startAnimation() {