Skip to content

Commit

Permalink
Adjusting test case to use EPSG:4326
Browse files Browse the repository at this point in the history
in order to get around pesky `lwgeom_version()` bug
  • Loading branch information
constantinius committed Oct 4, 2023
1 parent 049d7e4 commit 2bfb0f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified autotest/autotest/expected/WMS13GetMapDatasetStyledTestCase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions autotest/autotest_services/tests/wms/test_v13.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ class WMS13GetMapDatasetStyledTestCase(wmsbase.WMS13GetMapTestCase):
""" Test a GetMap request a dataset with an associated style. """
fixtures = ["scl_styled.json"]
layers = ("S2B_30UUG_20221226_0_L2A__SCL",)
swap_axes = False
bbox = (294957.5887240702868, 6087495, 412022.3302920248825, 6202785)
crs = "EPSG:32630"
swap_axes = True
bbox = (-6.282089176104, 54.89235272910, -4.3728695585011, 55.962341471504)
crs = "EPSG:4326"
width = 200
height = 200
styles = ("color",)
Expand Down

0 comments on commit 2bfb0f4

Please sign in to comment.