1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Added missing DEM cache cleanup

This commit is contained in:
Martin Tůma 2024-06-15 12:10:26 +02:00
parent 6b467226b5
commit a788aa9e53

View File

@ -117,6 +117,7 @@ void MapData::clear()
_polyCache.clear();
_pointCache.clear();
_demCache.clear();
}
void MapData::computeZooms()