Skip to content

Commit 2d77b1c

Browse files
authored
Make smaller map request (#1005)
1 parent 348492a commit 2d77b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ogcapi_maps_cubewerx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ def test_ogcapi_maps_pygeoapi():
2828
assert erm['id'] == 'erm'
2929
assert erm['title'] == 'EuroRegionalMap'
3030

31-
data = w.map('erm', width=1200, height=800, transparent=False)
31+
data = w.map('erm', width=600, height=400, transparent=False)
3232
assert isinstance(data, BytesIO)

0 commit comments

Comments
 (0)