Skip to content

Commit 25c9ba5

Browse files
committed
Revert "Fix #6931, apply patch from Borys Jurgiel"
This reverts commit bd65e86. Sorry, did not notice more complete fix in pull request from Salvatore Larosa
1 parent bd65e86 commit 25c9ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/osm/OsmFeatureDW.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def projectionChanged(self):
207207

208208
renderer = self.plugin.canvas.mapRenderer()
209209
if renderer.hasCrsTransformEnabled():
210-
self.coordXform = QgsCoordinateTransform(renderer.destinationCrs(), QgsCoordinateReferenceSystem(4326))
210+
self.coordXform = QgsCoordinateTransform(renderer.destinationSrs(), QgsCoordinateReferenceSystem(4326))
211211
else:
212212
self.coordXform = None
213213

0 commit comments

Comments
 (0)