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:
parent
5a692c71a8
commit
d7fe0fa9bf
@ -128,6 +128,6 @@ QStringList MapList::filter()
|
||||
{
|
||||
QStringList filter;
|
||||
filter << "*.jnx" << "*.map" << "*.tba" << "*.tar" << "*.xml" << "*.tif"
|
||||
<< "*.tiff";
|
||||
<< "*.tiff" << "*.mbtiles";
|
||||
return filter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user