Remove stray call to composeFrame, thanks @elemoine
This commit is contained in:
@@ -140,8 +140,6 @@ ol.renderer.canvas.VectorLayer2.prototype.composeFrame =
|
|||||||
(viewCenter[1] - this.renderedExtent_[3]) / this.renderedResolution_,
|
(viewCenter[1] - this.renderedExtent_[3]) / this.renderedResolution_,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
goog.base(this, 'composeFrame', frameState, layerState, context);
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user