Making linter happy
This commit is contained in:
@@ -200,7 +200,7 @@ ol.renderer.canvas.VectorLayer.prototype.renderFrame =
|
|||||||
if (goog.isNull(tileGrid)) {
|
if (goog.isNull(tileGrid)) {
|
||||||
// lazy tile source creation to match the view projection
|
// lazy tile source creation to match the view projection
|
||||||
tileGrid = ol.tilegrid.createForProjection(
|
tileGrid = ol.tilegrid.createForProjection(
|
||||||
view2DState.projection,
|
view2DState.projection,
|
||||||
22, // should be no harm in going big here - ideally, it would be ∞
|
22, // should be no harm in going big here - ideally, it would be ∞
|
||||||
new ol.Size(512, 512));
|
new ol.Size(512, 512));
|
||||||
this.tileGrid_ = tileGrid;
|
this.tileGrid_ = tileGrid;
|
||||||
|
|||||||
Reference in New Issue
Block a user