peter wrote: > In discussing this on the #qgis chatroom, it appears as though the world file > is incorrect after the transform. > > The linear world file is: > 1.258047197754220 > 0 > 0 > -1.152181167169244 > 363616.681031816115137 > 5513234.182411503046751 > > However the Helmert modified world file is: > 1.000000000000000 > 0 > 0 > -1.000000000000000 > 363627.532545701600611 > 5513436.412385137751698 > > Does this sound like it could be a bug in the plugin? Any other ideas? Thanks.
I have done some coding around the georeferencer. The world file doesn't look all bad. Last time I checked, it onwly wrote TIFF-file. So, if you had a JPG file as input, and tell it to write th output to transformed.jpg, it is actually written as TIFF-file. And that means that the world file ending with .jgw didn't get picked up, as it was looking for a .tgw. (Above from memory, exact detail may vary...) Choose properties and check the extent for the transformed layer, what does it say? File a bug and I can see if it's reproducible. Magnus _______________________________________________ Qgis-user mailing list [email protected] http://lists.qgis.org/cgi-bin/mailman/listinfo/qgis-user
