Skip to content

Commit 90b9542

Browse files
committed
Increase the cache of source tile to 128
1 parent a80298a commit 90b9542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layer/GeoVectorTileLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class GeoVectorTileLayer extends VectorTileLayer {
235235
format: format,
236236
projection: "EPSG:3857",
237237
tileGrid: this.createVectorTileGrid(),
238-
cacheSize: 64,
238+
cacheSize: 128,
239239
multithread: this.multithread,
240240
minimalist: this.minimalist,
241241
maxDataZoom: this.maxDataZoom

0 commit comments

Comments
 (0)