mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
js v2 compatibility shim supports tile cancellation
This commit is contained in:
@@ -780,7 +780,7 @@ export class PMTiles {
|
||||
|
||||
// V2 COMPATIBILITY
|
||||
if (header.specVersion < 3) {
|
||||
return v2.getZxy(header, this.source, this.cache, z, x, y);
|
||||
return v2.getZxy(header, this.source, this.cache, z, x, y, signal);
|
||||
}
|
||||
|
||||
if (z < header.minZoom || z > header.maxZoom) {
|
||||
|
||||
Reference in New Issue
Block a user