Merge branch 'master' of https://github.com/abrensch/brouter
This commit is contained in:
commit
e7c68abbd8
18 changed files with 22 additions and 17 deletions
|
|
@ -192,7 +192,7 @@ abstract class OsmPath implements OsmLinkHolder
|
|||
TurnRestriction tr = sourceNode.firstRestriction;
|
||||
while( tr != null )
|
||||
{
|
||||
if ( tr.exceptBikes() && rc.bikeMode )
|
||||
if ( ( tr.exceptBikes() && rc.bikeMode ) || tr.exceptMotorcars() && rc.carMode )
|
||||
{
|
||||
tr = tr.next;
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ public final class OsmTrack
|
|||
}
|
||||
else
|
||||
{
|
||||
sb.append( " creator=\"BRouter-1.4.9\" version=\"1.1\">\n" );
|
||||
sb.append( " creator=\"BRouter-1.4.10\" version=\"1.1\">\n" );
|
||||
}
|
||||
|
||||
if ( turnInstructionMode == 3) // osmand style
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue