Use map.render() in examples

This commit is contained in:
tsauerwein
2015-11-17 09:22:41 +01:00
parent 072a347a54
commit faf9e467e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ function flash(feature) {
return;
}
// tell OL3 to continue postcompose animation
frameState.animate = true;
map.render();
}
listenerKey = map.on('postcompose', animate);
}