mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Increase the vector tile caches size
This commit is contained in:
parent
85fd574b38
commit
a086c13648
@ -435,8 +435,8 @@ MapData::MapData(const QString &fileName)
|
|||||||
if (!readHeader(file))
|
if (!readHeader(file))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_pathCache.setMaxCost(1024);
|
_pathCache.setMaxCost(2048);
|
||||||
_pointCache.setMaxCost(1024);
|
_pointCache.setMaxCost(2048);
|
||||||
|
|
||||||
_valid = true;
|
_valid = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user