The land-cover example currently fails on main.
Curiously, this is the only example that currently fails with this error.
Same as developmentseed/stac-map#459 / developmentseed/stac-map#460 probably. cc @gadomski
These are the erroring requests:
tile-layer.js:20 SourceError: Request outside of bounds bytes=1727583-1727586
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
tile-layer.js:20 SourceError: Request outside of bounds bytes=1727872-1727875
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
tile-layer.js:20 SourceError: Request outside of bounds bytes=1291400-1291403
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
tile-layer.js:20 SourceError: Request outside of bounds bytes=1556670-1556673
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
tile-layer.js:20 SourceError: Request outside of bounds bytes=1727294-1727297
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
tile-layer.js:20 SourceError: Request outside of bounds bytes=1242209-1242212
at SourceChunk.fetch (chunk.js:27:19)
at view.js:44:40
at SourceView.run (view.js:48:16)
at SourceView.fetch (view.js:36:21)
at TiffImage.getTileSize (tiff.image.js:521:50)
at async getTile (fetch.ts:347:33)
at async fetchCogBytes (fetch.ts:242:20)
at async Promise.all (land-cover/index 0)
at async fetchTile (fetch.ts:59:34)
at async Overview.fetchTile (overview.ts:121:12)
The land-cover example currently fails on
main.Curiously, this is the only example that currently fails with this error.
Same as developmentseed/stac-map#459 / developmentseed/stac-map#460 probably. cc @gadomski
These are the erroring requests: