Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #6931, apply patch from Borys Jurgiel
  • Loading branch information
dakcarto committed Jan 1, 2013
1 parent d387c93 commit bd65e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/osm/OsmFeatureDW.py
Expand Up @@ -207,7 +207,7 @@ def projectionChanged(self):

renderer = self.plugin.canvas.mapRenderer()
if renderer.hasCrsTransformEnabled():
self.coordXform = QgsCoordinateTransform(renderer.destinationSrs(), QgsCoordinateReferenceSystem(4326))
self.coordXform = QgsCoordinateTransform(renderer.destinationCrs(), QgsCoordinateReferenceSystem(4326))
else:
self.coordXform = None

Expand Down

0 comments on commit bd65e86

Please sign in to comment.