Ticket #155 (closed bug report: invalid)
PGRouting output is not in sequence order.
Reported by: | shafeer | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | Version 1.1 |
Component: | A* | Version: | 1.03 |
Keywords: | PGRouting | Cc: |
Description
I am executing a pgrouting query as shown below: " SELECT rt.gid as geomId, astext(rt.the_geom) as geometry,"E_NAME" as rd_name,length as len FROM new_riyadh,(SELECT gid, the_geom FROM dijkstra_sp('new_riyadh',3785,3586) ) as rt WHERE new_riyadh.gid=rt.gid; "
I successfully retrieved a set of coordinates to draw the routing path. But when when I tried to find the direction I discovered that the coordinates were not in sequence. Is there a way so that I can retrieve a sequence of coordinates as output.
Change History
Note: See
TracTickets for help on using
tickets.