1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Fixed broken automatic loading of MBTiles maps

This commit is contained in:
Martin Tůma 2018-09-22 10:25:43 +02:00
parent 5a692c71a8
commit d7fe0fa9bf

View File

@ -128,6 +128,6 @@ QStringList MapList::filter()
{
QStringList filter;
filter << "*.jnx" << "*.map" << "*.tba" << "*.tar" << "*.xml" << "*.tif"
<< "*.tiff";
<< "*.tiff" << "*.mbtiles";
return filter;
}