Skip to content

Commit

Permalink
Add projection to qgis test
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney authored and martinRenou committed Nov 19, 2024
1 parent 404f65f commit f0ddf96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_qgis_loader():
options={
"bearing": 0.0,
"pitch": 0,
"projection": "EPSG:3857",
"extent": [
-25164292.70393259,
-15184674.291019961,
Expand Down Expand Up @@ -130,6 +131,7 @@ def test_qgis_saver():
"options": {
"bearing": 0.0,
"pitch": 0,
"projection": "EPSG:3857",
"extent": [
-25164292.70393259,
-15184674.291019961,
Expand Down

0 comments on commit f0ddf96

Please sign in to comment.