summaryrefslogtreecommitdiff
path: root/tests/gis_tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gis_tests/data')
-rw-r--r--tests/gis_tests/data/rasters/textrasters.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/gis_tests/data/rasters/textrasters.py b/tests/gis_tests/data/rasters/textrasters.py
index b12ce62afc..01b211b3ce 100644
--- a/tests/gis_tests/data/rasters/textrasters.py
+++ b/tests/gis_tests/data/rasters/textrasters.py
@@ -1,7 +1,11 @@
+"""
+Text-based test rasters
+"""
+
JSON_RASTER = """{
"srid": 4326,
"origin": [0, 0],
- "scale": [1, 1],
+ "scale": [-1, 1],
"skew": [0, 0],
"width": 5,
"height": 5,