|
Brett / All, I had a go at changing the AGD66 and AGD84 definitions in the QGIS database (srs.db) to include the towgs84 parameters and it appears to have worked. The attached image shows the same point assigned to GDA94, AGD66 and AGD84 with the offsets as expected. The updated srs.db can be found at http://dl.dropbox.com/u/9546967/srs.db if you would like to use it. The new srs.db was generated by running the following queries on srs.db in SQLite Database Browser UPDATE tbl_srs set parameters=replace(parameters, '+ellps=aust_SA', '+a=6378160 +rf=298.250000000055 +towgs84=-117.763,-51.51,139.061,-0.292,-0.443,-0.277,-0.191') where description like 'AGD84%' UPDATE tbl_srs set parameters=replace(parameters, '+ellps=aust_SA', '+a=6378160 +rf=298.250000000055 +towgs84=-129.193,-41.212,130.73,-0.246,-0.374,-0.329,-2.955') where description like 'AGD66%' Not sure how this compares to Ken and Giovanni's method. Cheers, Roland --
ROLAND HILL Director Four Winds Technology Pty Ltd Ph/Fax : +61 (0)2 6366 9425 Mobile : +61 (0)41 880 7472 [email protected] Privacy and
Confidentiality Notice
The information contained
herein and any attachments are intended solely for the named
recipients. It may contain privileged confidential information. If you
are not an intended recipient, please delete the message and any
attachments then notify the sender of miss-delivery. Any use or
disclosure of the contents of either is unauthorised and may be
unlawful. All liability for viruses are excluded to the fullest extent
permitted by law.
On 23/09/10 15:47, Brett Adams wrote: Ken, |
<<attachment: Selection_009.jpeg>>
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
