changed NONE speeds
This commit is contained in:
parent
13beaeaf73
commit
2904be84f0
@ -97,7 +97,7 @@ public class Tag
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static readonly Dictionary<WayType, byte> defaultSpeedCar = new() {
|
public static readonly Dictionary<WayType, byte> defaultSpeedCar = new() {
|
||||||
{ WayType.NONE, 1 },
|
{ WayType.NONE, 0 },
|
||||||
{ WayType.motorway, 110 },
|
{ WayType.motorway, 110 },
|
||||||
{ WayType.trunk, 100 },
|
{ WayType.trunk, 100 },
|
||||||
{ WayType.primary, 80 },
|
{ WayType.primary, 80 },
|
||||||
@ -129,7 +129,7 @@ public class Tag
|
|||||||
};
|
};
|
||||||
|
|
||||||
public static readonly Dictionary<WayType, byte> defaultSpeedPedestrian = new() {
|
public static readonly Dictionary<WayType, byte> defaultSpeedPedestrian = new() {
|
||||||
{ WayType.NONE, 1 },
|
{ WayType.NONE, 0 },
|
||||||
{ WayType.motorway, 0 },
|
{ WayType.motorway, 0 },
|
||||||
{ WayType.trunk, 0 },
|
{ WayType.trunk, 0 },
|
||||||
{ WayType.primary, 0 },
|
{ WayType.primary, 0 },
|
||||||
|
Reference in New Issue
Block a user