Skip to content

Commit bd65e86

Browse files
committedJan 1, 2013
Fix #6931, apply patch from Borys Jurgiel
1 parent d387c93 commit bd65e86

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.destinationSrs(), QgsCoordinateReferenceSystem(4326))
210+
self.coordXform = QgsCoordinateTransform(renderer.destinationCrs(), QgsCoordinateReferenceSystem(4326))
211211
else:
212212
self.coordXform = None
213213

0 commit comments

Comments
 (0)
Please sign in to comment.