changed NONE speeds

This commit is contained in:
glax 2023-04-09 17:37:52 +02:00
parent 13beaeaf73
commit 2904be84f0

View File

@ -97,7 +97,7 @@ public class Tag
}
public static readonly Dictionary<WayType, byte> defaultSpeedCar = new() {
{ WayType.NONE, 1 },
{ WayType.NONE, 0 },
{ WayType.motorway, 110 },
{ WayType.trunk, 100 },
{ WayType.primary, 80 },
@ -129,7 +129,7 @@ public class Tag
};
public static readonly Dictionary<WayType, byte> defaultSpeedPedestrian = new() {
{ WayType.NONE, 1 },
{ WayType.NONE, 0 },
{ WayType.motorway, 0 },
{ WayType.trunk, 0 },
{ WayType.primary, 0 },