This commit is contained in:
Arndt Brenschede 2018-03-10 09:26:42 +01:00
commit e7c68abbd8
18 changed files with 22 additions and 17 deletions

View file

@ -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;

View file

@ -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