Add 'Move a feature along a line' example

This commit is contained in:
jonataswalker
2015-10-30 18:50:04 -02:00
parent e5c2a226dd
commit 9e25251891
+1 -1
View File
@@ -162,7 +162,7 @@ var moveFeature = function(event) {
vectorContext.drawFeature(feature, styles.geoMarker); vectorContext.drawFeature(feature, styles.geoMarker);
} }
// tell OL3 to continue the postcompose animation // tell OL3 to continue the postcompose animation
frameState.animate = true; map.render();
}; };
function startAnimation() { function startAnimation() {