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

View File

@@ -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() {