<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Taking the third element of each line (that is &#39;0.00087415387662070204&#39; for the first line) as what I think as &#39;road length&#39;,<br>
I got total value of  0.0447577289587.<br>
<br>
If &#39;0.0447577289587&#39; the total length of route, what is it&#39;s &#39;Unit of measure&#39; ? </blockquote><div><br></div><div>The unit is the unit of your projection. It&#39;s probably degree in your case.</div><div>

<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">How to got value in &#39;Kilometers/meters&#39; ?<br></blockquote><div><br></div><div>You can transform your projection for example to some meter projection like &quot;World Mercator&quot; (ie. EPSG:3785). </div>

<div>Then length(geometry) will be in meter.</div><div><br></div><div>Like &quot;SELECT length(ST_transform(&lt;geometry column&gt;,3785)) AS meter FROM &lt;table&gt;&quot;.</div><div><br></div><div>Daniel</div><div><br>
</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Note : When I try to count the route using same start Lat/Lon and end lat/lon, google map said it was about 2.1 km<br>
<br>
Sincerely<br>
-bino-<br>
<br>
______________________________<u></u>_________________<br>
Pgrouting-users mailing list<br>
<a href="mailto:Pgrouting-users@lists.osgeo.org" target="_blank">Pgrouting-users@lists.osgeo.<u></u>org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-<u></u>users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG &amp; Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>

Web: <a href="http://georepublic.de/" style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span><br>