johnnyzhangzhao / monav

Automatically exported from code.google.com/p/monav
0 stars 0 forks source link

monav doesn't find a route between some places #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set start
2. Set destination
3. No route is displayed in monav

What is the expected output? What do you see instead?
Route should be displayed. 

What version of the product are you using? On what operating system?
SVN from ~mid of july.

Please provide any additional information below.
In ContractionHierarchiesClient::GetRoute(...) the distance returned by 
computeRoute equals std::numeric_limits< int >::max(). This seems to be an 
expected error?

Here are Some places (all in germany) which will always fail (doesn't depend if 
start or destination, alway 1st place taken):
Ettal, City Center [CC]
Niedergrunstedt, CC
Jena, CC
Münster, CC

Original issue reported on code.google.com by chake.h...@gmail.com on 29 Aug 2011 at 11:53