Skip to content

Commit

Permalink
ogr_mvt.py: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 11, 2025
1 parent bb9523f commit 2834eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/ogr/ogr_mvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ def test_ogr_mvt_write_custom_tiling_scheme_WorldCRS84Quad(tmp_vsimem, TILING_SC
out_ds = None

if TILING_SCHEME == "EPSG:4326,-180,90,180,1,1":
# If explictly setting tile_matrix_width_zoom_0 == 1,
# If explicitly setting tile_matrix_width_zoom_0 == 1,
# we have no tiles beyond longitude 0 degree
with pytest.raises(Exception):
ogr.Open(filename + "/0")
Expand Down

0 comments on commit 2834eff

Please sign in to comment.