Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dakcarto committed Jan 1, 2013
1 parent bd65e86 commit 25c9ba5
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.destinationCrs(), QgsCoordinateReferenceSystem(4326))
self.coordXform = QgsCoordinateTransform(renderer.destinationSrs(), QgsCoordinateReferenceSystem(4326))
else:
self.coordXform = None

Expand Down

0 comments on commit 25c9ba5

Please sign in to comment.