From 9e252518918fc3fb0246d0b84c18c013be77ede9 Mon Sep 17 00:00:00 2001 From: jonataswalker Date: Fri, 30 Oct 2015 18:50:04 -0200 Subject: [PATCH] Add 'Move a feature along a line' example --- examples/feature-move-animation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {