Add missing call to flush in webgl map renderer
This commit is contained in:
@@ -74,8 +74,6 @@ map.on('postcompose', function(event) {
|
||||
vectorContext.setImageStyle(headOuterImageStyle);
|
||||
vectorContext.drawMultiPointGeometry(headPoint, null);
|
||||
|
||||
vectorContext.flush();
|
||||
|
||||
map.render();
|
||||
});
|
||||
map.render();
|
||||
|
||||
Reference in New Issue
Block a user