Fix igc example migrating map postcompose event

This commit is contained in:
Florent gravin
2018-11-16 10:39:35 +01:00
committed by Tim Schaub
parent 1dbe52d738
commit 7831a591f7
4 changed files with 6 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ function flash(feature) {
unByKey(listenerKey);
return;
}
// tell OpenLayers to continue postcompose animation
// tell OpenLayers to continue postrender animation
map.render();
}
}