Join short lines
This commit is contained in:
@@ -105,8 +105,7 @@ ol.renderer.dom.TileLayer.prototype.renderFrame =
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
tile = tileSource.getTile(tileCoord);
|
tile = tileSource.getTile(tileCoord);
|
||||||
if (!goog.isNull(tile) &&
|
if (!goog.isNull(tile) && tile.getState() == ol.TileState.LOADED) {
|
||||||
tile.getState() == ol.TileState.LOADED) {
|
|
||||||
if (!tilesToDrawByZ[z]) {
|
if (!tilesToDrawByZ[z]) {
|
||||||
tilesToDrawByZ[z] = {};
|
tilesToDrawByZ[z] = {};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user