Common tile size check with tolerance
This commit is contained in:
@@ -549,7 +549,7 @@ class GeoTIFFSource extends DataTile {
|
|||||||
assertEqual(
|
assertEqual(
|
||||||
commonRenderTileSizes.slice(minZoom, commonRenderTileSizes.length),
|
commonRenderTileSizes.slice(minZoom, commonRenderTileSizes.length),
|
||||||
renderTileSizes,
|
renderTileSizes,
|
||||||
0,
|
0.01,
|
||||||
`Tile size mismatch for source ${sourceIndex}`,
|
`Tile size mismatch for source ${sourceIndex}`,
|
||||||
this.viewRejector
|
this.viewRejector
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user