Skip to content

Commit

Permalink
Fix wrong CRS name about 900913
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Dec 12, 2023
1 parent 9e017cf commit b02bc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3642,7 +3642,7 @@ def set_map_scales_in_ui(
if use_native is None:
# but coming from a 3.6 CFG file
crs = QgsCoordinateReferenceSystem(project_crs)
if crs in (QgsCoordinateReferenceSystem('EPSG:3857'), QgsCoordinateReferenceSystem('ESPG:900913')):
if crs in (QgsCoordinateReferenceSystem('EPSG:3857'), QgsCoordinateReferenceSystem('EPSG:900913')):
use_native = True
else:
use_native = False
Expand Down

0 comments on commit b02bc10

Please sign in to comment.