<br><br><div class="gmail_quote">2009/9/30 Andy Robinson (blackadder-lists) <span dir="ltr"><<a href="mailto:ajrlists@googlemail.com">ajrlists@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Does this mean that when you have in the past pulled way length totals from<br>
the pgsql db that the values will not be true to life?<br></blockquote></div><br>If you want to obtain length in meters, you need a database that supports geodesic models. Postgis only supports with ST_Distance_Sphere or ST_Distance_Spheroid and only between two points.<br>
Geodesic support is quite difficult to get. Then again, you can probably use an UTM projection in part of the world to get a distance in that part of the world that would more or less accurate.<br><br>Emilie Laffray<br>