mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
parent
09242841e3
commit
409ce889cd
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
static bool loadTileFile(Tile &tile, const QString &file)
|
static bool loadTileFile(Tile &tile, const QString &file)
|
||||||
{
|
{
|
||||||
if (!tile.pixmap().load(file)) {
|
if (!tile.pixmap().load(file, tile.zoom().toString().toLatin1())) {
|
||||||
qWarning("%s: error loading tile file", qPrintable(file));
|
qWarning("%s: error loading tile file", qPrintable(file));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user