<div>The problem is probably with the grid files and proj.4. Is there any way to download the GSB files for testing?</div><div><br></div>You can test with cs2cs to see if the proj4 string works or not. For example, with Canada's NTv2 grid file, I can test to see if I installed it correctly:<div>

<br>cs2cs -v +proj=latlong +ellps=clrk66 +nadgrids=@ntv2_0.gsb +to +proj=latlong +ellps=GRS80 +datum=NAD83<br><br>then type: -111 50, and I should see output with different (and correct) coordinaets. If you see the same coordinates, then either the coordinates are outside the grid, or the grid file is not found. (I'd love to see some exceptions thrown somewhere in the code). If the test works for cs2cs, then it will work for PostGIS by updating the spatial_ref_sys table with the projection info.</div>

<div><br></div><div>-Mike<br><br>2010/6/15 Luís de Sousa <<a href="mailto:luis.a.de.sousa@gmail.com">luis.a.de.sousa@gmail.com</a>><div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello everyone,<br>
<br>
I have tried to sort this issue in several ways, checking the correct<br>
projection settings, trying other installations of PostGis but the<br>
problem remains: PostGis seems unable to use the proj files for the<br>
grid transformation method.<br>
<br>
Is this a bug that should be reported? How can I do so?<br>
<br>
Thank you,<br>
<font color="#888888"><br>
Luís<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div></div></div>