diff --git a/src/map/ENC/rastertile.cpp b/src/map/ENC/rastertile.cpp index e8c489a7..a4f8adc6 100644 --- a/src/map/ENC/rastertile.cpp +++ b/src/map/ENC/rastertile.cpp @@ -418,7 +418,7 @@ QList RasterTile::fetchLevels() if (!level.isNull()) list.append(level); - if (_data.size() > 0 && shape(level.polygons).contains(_rect)) + if (_data.size() > 1 && shape(level.polygons).contains(_rect)) break; }