diff --git a/src/GUI/mapview.cpp b/src/GUI/mapview.cpp index 5f592c4d..b2150b7e 100644 --- a/src/GUI/mapview.cpp +++ b/src/GUI/mapview.cpp @@ -451,10 +451,7 @@ void MapView::setCoordinatesFormat(CoordinatesFormat format) void MapView::clearMapCache() { _map->clearCache(); - - fitMapZoom(); - rescale(); - centerOn(contentCenter()); + reloadMap(); } void MapView::digitalZoom(int zoom)