diff --git a/src/map/mapsforge/rastertile.cpp b/src/map/mapsforge/rastertile.cpp index 780064ee..81519701 100644 --- a/src/map/mapsforge/rastertile.cpp +++ b/src/map/mapsforge/rastertile.cpp @@ -264,7 +264,7 @@ QPainterPath RasterTile::painterPath(const Polygon &polygon, bool curve) const QVector RasterTile::pathInstructions() { - QCache > cache(1024); + QCache > cache(8192); QVector instructions; const Style &s = style(_ratio); QVector *ri;