We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c2fa commit 1829fe1Copy full SHA for 1829fe1
tests/test_morecantile.py
@@ -428,6 +428,8 @@ def test_tiles_when_tms_bounds_and_provided_bounds_cross_antimeridian(
428
# that we check to see if lons contain antimeridian, we build tiles that
429
# actually overlap the provided bounds to tiles.
430
assert tms.bbox == tms_bbox
431
+ for a, b in zip(tms.bbox, tms_bbox):
432
+ assert round(a - b, 6) == 0
433
assert len(list(tms.tiles(*bounds, zooms=11))) == expected
434
435
0 commit comments