Last active
January 19, 2016 10:45
-
-
Save SzieberthAdam/fd58f731234117ddac3c to your computer and use it in GitHub Desktop.
PyQGIS: CRS (Coordinate Reference System / Projection)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# project | |
project_crs = qgis.utils.iface.mapCanvas().mapRenderer().destinationCrs() | |
qgis.utils.iface.mapCanvas().mapRenderer().setDestinationCrs(new_project_crs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment