return 85% of actual way maxspeed for accuracy
This commit is contained in:
parent
d82efdf973
commit
3c4b1b85e8
@ -8,7 +8,7 @@ internal static class SpeedHelper
|
||||
{
|
||||
byte maxspeed = way.GetMaxSpeed();
|
||||
if (maxspeed != 0)
|
||||
return maxspeed;
|
||||
return (byte)(maxspeed * 0.85);
|
||||
HighwayType highwayType = way.GetHighwayType();
|
||||
return car ? SpeedCar[highwayType] : SpeedPedestrian[highwayType];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user