Hi Timo, On Tue, Aug 30, 2011 at 1:13 PM, Timo Metsänen <[email protected]> wrote: > export coordinates (have tried from KKJ / Finland Uniform Coordinate System EPSG:2393 and WGS 84 EPSG:4326) to ETRS-35TM-FIN (EPSG > 3067), shapefile gets value "EPSG:3047 - ETRS89 / ETRS-TM35". > Does anyone have explanation to this or even better, solution?
Looking at those CRSs, both them have the same proj4 string definition: +proj=utm +zone=35 +ellps=GRS80 +units=m +no_defs For this reason you get EPSG:3067 instead of EPSG:3047. Cheers. > Cheers > > Timo Metsänen, Finland > > -- > Timo Metsänen > Hankekoordinaattori – Project Coordinator > BirdLife Suomi - BirdLife Finland > Puh./Tel. +358 9 4135 3300 > GSM/Mobile +358 445 484 625 > www.birdlife.fi > > BirdLife Suomi on lintujen suojelu- ja harrastusjärjestö, > joka edistää luonnon monimuotoisuuden säilymistä. > > BirdLife Suomi on osa BirdLife International -järjestöä, > joka on maailman suurin ympäristöjärjestöjen verkosto. > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user > -- Giuseppe Sucameli _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
