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

Do not rescale the map on tile cache reload

(we do not reload the map parameters any more)
This commit is contained in:
Martin Tůma 2020-03-28 16:12:15 +01:00
parent 19bc509043
commit 9e7ebe930e

View File

@ -451,10 +451,7 @@ void MapView::setCoordinatesFormat(CoordinatesFormat format)
void MapView::clearMapCache() void MapView::clearMapCache()
{ {
_map->clearCache(); _map->clearCache();
reloadMap();
fitMapZoom();
rescale();
centerOn(contentCenter());
} }
void MapView::digitalZoom(int zoom) void MapView::digitalZoom(int zoom)