mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added missing DEM cache cleanup
This commit is contained in:
parent
6b467226b5
commit
a788aa9e53
@ -117,6 +117,7 @@ void MapData::clear()
|
||||
|
||||
_polyCache.clear();
|
||||
_pointCache.clear();
|
||||
_demCache.clear();
|
||||
}
|
||||
|
||||
void MapData::computeZooms()
|
||||
|
Loading…
Reference in New Issue
Block a user