diff --git a/src/ozf.cpp b/src/ozf.cpp index 152e335c..355755f7 100644 --- a/src/ozf.cpp +++ b/src/ozf.cpp @@ -181,7 +181,7 @@ bool OZF::readTileTable() _zooms.append(zoom); } - return true; + return _zooms.isEmpty() ? false : true; } bool OZF::load(const QString &path)