Fix igc example migrating map postcompose event
This commit is contained in:
committed by
Tim Schaub
parent
1dbe52d738
commit
7831a591f7
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user