ryfx / monav

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

Some turns are not announced #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
At certain crossroads, the turn in the route is not announced neither on screen 
nor in speech. I have tracked this to the branchingPossible property of that 
particular Edge being false. I have some examle screenshots. The first has no 
instruction when approaching from the west, but it does from the east. It is at 
http://www.openstreetmap.org/?lat=48.834414&lon=9.076601&zoom=18&layers=M
The second example shows the instruction that comes after the next turn, and 
skips the next turn. It is at 
http://www.openstreetmap.org/?lat=48.82625&lon=9.117816&zoom=18&layers=M

Original issue reported on code.google.com by robert.v...@gmx.de on 16 Nov 2012 at 9:08

Attachments:

GoogleCodeExporter commented 8 years ago
BranchingPossible attribute of Edge is set only if Edge has branching at it's 
target node. There should be attributes like branchingPossibleSource and 
branchingPossibleTarget. Could somebody please fix this issue? Or is this 
project already dead?

Original comment by vladimir...@gmail.com on 9 Jul 2014 at 3:45