mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-18 04:44:23 +02:00
Added missing DEM cache cleanup
This commit is contained in:
@ -117,6 +117,7 @@ void MapData::clear()
|
|||||||
|
|
||||||
_polyCache.clear();
|
_polyCache.clear();
|
||||||
_pointCache.clear();
|
_pointCache.clear();
|
||||||
|
_demCache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapData::computeZooms()
|
void MapData::computeZooms()
|
||||||
|
Reference in New Issue
Block a user