attilaancsin / PolygonSimplifier

PolygonSimplifier is a QGIS plugin written in python.
GNU General Public License v2.0
5 stars 1 forks source link

copy CRS from input file #10

Closed kgjenkins closed 8 years ago

kgjenkins commented 8 years ago

This will copy the CRS from the input file and use it for the output. It should work for any standard EPSG CRS.

(but perhaps not for user-defined projects, based on the comments at http://gis.stackexchange.com/questions/70135/how-can-i-define-the-layer-crs-for-a-memory-layer-in-pyqgis#comment104248_70160 )