[pgrouting-users] Problem with long edges

Julien-Samuel Lacroix jlacroix at mapgears.com
Thu Oct 28 13:16:48 EDT 2010


Hi,

Thank you for your answer. It would probably be better for me to use 
Shooting Star indeed. However in my example, the start and the end are 
on the same segment, but since my segment is really long and is a loop, 
the "real" shortest path would pass through another segment. Is it then 
the right thing to do to split my really long segment in 2?

Best regards,
Julien

On 10-10-27 09:52 PM, Daniel Kastl wrote:
> Hi Julien,
>
> It is Shooting Star, that takes line segments as start and end point.
> Dijkstra and A* route from vertex to vertex.
> Indeed your example might lead to the wrong result, if two line segments
> have the same start and end point. You could split one of them into two
> segments, but Shooting Star would be the easier solution.
>
> Btw., if you have really long loops like the one of your screenshot, you
> need to take care not to make the bounding box too small, when you
> select just a part of your network.
>
> Daniel
>
>
>
>
> 2010/10/28 Julien-Samuel Lacroix <jlacroix at mapgears.com
> <mailto:jlacroix at mapgears.com>>
>
>     Hi,
>
>     I use shortest_path_astar() to do the routing in my application. If
>     I understand correctly, this mean that I can do routing from one
>     line segment to another line segment.
>
>     I have a problem with line segment that are big loops (see attached
>     image). In my example, the green and red points are my start and end
>     point. Ideally I would like to pass through 95-29, but both points
>     are on edge 95-28. If I understand correctly, I can't use
>     shortest_path_astar(). Right?
>
>     Any idea to make this work?
>
>     Best regards,
>     Julien
>
>     --
>     Julien-Samuel Lacroix
>     Mapgears
>     http://www.mapgears.com/
>
>     _______________________________________________
>     Pgrouting-users mailing list
>     Pgrouting-users at lists.osgeo.org <mailto:Pgrouting-users at lists.osgeo.org>
>     http://lists.osgeo.org/mailman/listinfo/pgrouting-users
>
>
>
>
>
> --
> Georepublic UG & Georepublic Japan
> eMail: daniel.kastl at georepublic.de <mailto:daniel.kastl at georepublic.de>
> Web: http://georepublic.de
>
>
>
>
> _______________________________________________
> Pgrouting-users mailing list
> Pgrouting-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/pgrouting-users

-- 
Julien-Samuel Lacroix
Mapgears
http://www.mapgears.com/


More information about the Pgrouting-users mailing list