From cececacf7c2912d3df039bc60d53a56936dcd2f5 Mon Sep 17 00:00:00 2001 From: Greg Date: Wed, 13 Nov 2024 10:13:53 +0100 Subject: [PATCH] Add projection to qgis test --- python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py b/python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py index e786a4e2c..3d2901aff 100644 --- a/python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py +++ b/python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py @@ -19,6 +19,7 @@ def test_qgis_loader(): options={ "bearing": 0.0, "pitch": 0, + "projection": "EPSG:3857", "extent": [ -25164292.70393259, -15184674.291019961, @@ -130,6 +131,7 @@ def test_qgis_saver(): "options": { "bearing": 0.0, "pitch": 0, + "projection": "EPSG:3857", "extent": [ -25164292.70393259, -15184674.291019961,