Skip to content

Commit 3fe3bc3

Browse files
committed
fix unit test
1 parent f33a217 commit 3fe3bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/geo-layers/tileset-2d/utils.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const TEST_CASES = [
275275
viewState: {
276276
longitude: -6,
277277
latitude: 58,
278-
zoom: 1.5
278+
zoom: 1.5 + 0.7353406094252244 // Math.log2(1 / Math.PI / Math.cos(58 / 180 * Math.PI))
279279
}
280280
}),
281281
tileSize: 512,

0 commit comments

Comments
 (0)