Thanks for the reply Daniel.<br><br>Yes I could try a smaller file :-)<br>Eventually I will want to work with the entire planet.osm, but I guess the re-tries will be quicker :-)<br><div class="gmail_quote"><div><br> </div>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div>There are probably many Windows users in the pgRouting community, but obviously just a few that can build Windows binaries. </div>


<div>So the currently available builds were reported to us from users. It would be nice to find some volunteers, who could maintain the Windows builds.</div><div class="im"><div></div></div></div></blockquote><div><br>Thanks. Okay - for now I&#39;ll probably have to reinstall the older version then.<br>
 </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div class="im"><br></div><div>osm2po is independent from pgRouting, so you don&#39;t need to rebuild everything. </div>
<div class="im"><div>

</div></div></div></blockquote><div><br><br>Sorry I wasn&#39;t clear. osm2po produces a big giant SQL script (my German is not good enough to work out how to get it to write directly into PostGIS). Creating this script is what takes the most time. I still have that script, so it does not have to be re-generated.<br>
<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div class="im"><div> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
 I see that pgRouting only works with node numbers. However I shall have 
start/end points defined by coordinates. I&#39;m still trying to figure the 
database out. Presumably I can use a query to find the closest node to 
each coordinate, although I can only see the link definitions and not 
the node definitions? (or are these implicit in the links?  ie. a link 
has a start node number and a start coordinate).<br></blockquote><div><br></div></div><div>A-Star and Dijkstra work with node ID&#39;s, Shooting Star with link ID&#39;s.</div><div>You need to find the closest link/node to your start point to get the start/end node/link</div>


<div>Yes, a link has a start node and a end node. </div><div class="im"><div> </div></div></div></blockquote><div><br><br>Thanks. At this point I hadn&#39;t decided which to use. I assume all use the same link definitions with implicit node definitions.<br>
</div><div><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div>To make it work the same way as in the tutorial I created a &quot;view&quot;, for example like this:</div>


<div><br></div><div>CREATE VIEW view_ph_topo AS SELECT id AS gid, type_name AS class_id, st_length(geom_way) AS length, osm_name AS name, x1, y1, x2, y2, reverse_cost, cost, km, kmh, priority, source, target, target_angle, osm_id, pid, osm_source_id, osm_target_id, geom_way AS the_geom, geom_source, geom_target, length(transform(geom_way, 900913)) AS meters, length(transform(geom_way, 900913)) AS meters_rc, 0.0::double precision AS to_cost, NULL::text AS rule FROM ph_topo;</div>


<div><br></div></div></blockquote><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="gmail_quote"><div></div><div>Maybe the table layout of osm2po has changed again, so I can&#39;t say it works exactly like this. </div>
<div>Then you should be able make a query like the ones in the tutorials.</div><div><br></div></div></blockquote><div><br>Thanks I&#39;ll have a look &amp; compare - it should help when translating the tutorials and documentation. Hopefully it will be enough to get me going.<br>
<br><br>Thanks,<br><br>Richard Marsden<br></div></div><br>