1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 03:59:15 +02:00

Properly handle Mapsforge world maps

This commit is contained in:
2021-05-27 22:07:09 +02:00
parent 441ccc59d0
commit d39bd296f6
2 changed files with 3 additions and 2 deletions

View File

@ -377,6 +377,7 @@ bool MapData::readHeader()
_bounds = RectC(Coordinates(MD(minLon), MD(maxLat)),
Coordinates(MD(maxLon), MD(minLat)));
_bounds &= OSM::BOUNDS;
return true;
}