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:
parent
19bc509043
commit
9e7ebe930e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user