Updates after rebase

This commit is contained in:
Andreas Hocevar
2022-07-15 11:01:30 +02:00
parent 884c0c6129
commit f720404559
3 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -725,7 +725,7 @@ class WebGLTileLayerRenderer extends WebGLLayerRenderer {
let i, source, tileGrid;
for (i = sources.length - 1; i >= 0; --i) {
source = sources[i];
if (source.getState() === State.READY) {
if (source.getState() === 'ready') {
tileGrid = source.getTileGridForProjection(viewState.projection);
if (source.getWrapX()) {
break;