mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 19:52:09 +01:00
Fixed cut&paste error
This commit is contained in:
parent
a0697a6ce7
commit
6b14a7f948
@ -147,7 +147,7 @@ MBTilesMap::MBTilesMap(const QString &fileName, QObject *parent)
|
|||||||
if (query.value(0).toString() == "pbf")
|
if (query.value(0).toString() == "pbf")
|
||||||
_scalable = true;
|
_scalable = true;
|
||||||
} else
|
} else
|
||||||
qWarning("%s: missing map name", qPrintable(_fileName));
|
qWarning("%s: missing tiles format", qPrintable(_fileName));
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user