<div id="result_box" dir="ltr" style="TEXT-ALIGN: left">Stephen you are right i change to :</div>
<div dir="ltr" style="TEXT-ALIGN: left">&nbsp;</div>
<div dir="ltr" style="TEXT-ALIGN: left"><br>SELECT assign_vertex_id(&#39;edges&#39;, 0.000001, &#39;the_geom&#39;, &#39;gid&#39;);</div>
<div dir="ltr" style="TEXT-ALIGN: left">&nbsp;and works!!! thanks!!</div>
<div dir="ltr" style="TEXT-ALIGN: left">&nbsp;</div><br><br>
<div class="gmail_quote">2009/2/4 Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Valeria,<br><br>What projection is your shapefile in? it looks like WGS84 or NAD83 from your coordinates below. So when you did:<br>
<br>SELECT assign_vertex_id(&#39;edges&#39;, 0.001, &#39;the_geom&#39;, &#39;gid&#39;);<br><br>you should probably have done:<br><br>SELECT assign_vertex_id(&#39;edges&#39;, 0.000001, &#39;the_geom&#39;, &#39;gid&#39;);<br>
<br>The tolerance needs to be in the units of your data. This will probably give better results.<br><br>You should probably drop the database and start over with a new load and use the statement above when you get to that step.<br>
<br>-Steve<br><br><br>Valeria Muņoz wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">Hi<br>&nbsp;I followed a little tutorial works perfectly with the shapefile from the example, but to use mine the result is not expected, generating lines are not continuous, I think I missing some coordinates or something to work with my shapefile.<br>
&nbsp;tutorial url<br><a href="http://www.utdallas.edu/~ama054000/rt_tutorial.html" target="_blank">http://www.utdallas.edu/~ama054000/rt_tutorial.html</a><br>&nbsp;query:<br>&nbsp;the query is optimal path between 887 y 852. :<br>SELECT rt.gid, AsText(rt.the_geom) AS wkt,<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; length(rt.the_geom) AS length, calle.gid<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FROM calle,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(SELECT gid, the_geom<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;FROM dijkstra_sp_delta(<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#39;calle&#39;,<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;887,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;852,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3000)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ) as rt<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;WHERE calle.gid=rt.gid;<br>result:<br>&nbsp;&quot;gid&quot;;&quot;wkt&quot;;&quot;length&quot;;&quot;gid&quot;<br>
4389;&quot;MULTILINESTRING((-71.1951327440651 -30.5911350429583,-71.1957462426904 -30.5912128948402,-71.1957861853043 -30.591219747929,-71.1958400125164 -30.591211719682))&quot;;0.000713367403530106;4389<br>4603;&quot;MULTILINESTRING((-71.1939954028678 -30.5921681162637,-71.1939834234752 -30.5922241673576,-71.1938231446269 -30.5925509466888))&quot;;0.000421286769021393;4603<br>
4331;&quot;MULTILINESTRING((-71.1950174992082 -30.5919506007811,-71.1950526139385 -30.5916919152203))&quot;;0.000261057969957178;4331<br>4608;&quot;MULTILINESTRING((-71.1938231446269 -30.5925509466888,-71.1937648360013 -30.5926358138883))&quot;;0.00010296765211197;4608<br>
RG<br>attached image.<br>&nbsp;please help!!..<br><br></div></div>------------------------------------------------------------------------<br><br><br>------------------------------------------------------------------------<br>
<br>_______________________________________________<br>Pgrouting-users mailing list<br><a href="mailto:Pgrouting-users@lists.postlbs.org" target="_blank">Pgrouting-users@lists.postlbs.org</a><br><a href="http://lists.postlbs.org/mailman/listinfo/pgrouting-users" target="_blank">http://lists.postlbs.org/mailman/listinfo/pgrouting-users</a><br>
</blockquote><br></blockquote></div><br>