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

@@ -161,7 +161,7 @@ const moveFeature = function(event) {
const feature = new Feature(currentPoint);
vectorContext.drawFeature(feature, styles.geoMarker);
}
// tell OpenLayers to continue the postcompose animation
// tell OpenLayers to continue the postrender animation
map.render();
};