Bicycle surface speeds (#6212)
This commit is contained in:
+10
-6
@@ -133,7 +133,7 @@ function setup()
|
||||
road = default_speed,
|
||||
service = default_speed,
|
||||
track = 12,
|
||||
path = 12
|
||||
path = 13
|
||||
},
|
||||
|
||||
pedestrian_speeds = {
|
||||
@@ -174,21 +174,25 @@ function setup()
|
||||
|
||||
surface_speeds = {
|
||||
asphalt = default_speed,
|
||||
chipseal = default_speed,
|
||||
concrete = default_speed,
|
||||
concrete_lanes = default_speed,
|
||||
wood = 10,
|
||||
["cobblestone:flattened"] = 10,
|
||||
paving_stones = 10,
|
||||
compacted = 10,
|
||||
cobblestone = 6,
|
||||
cobblestone = 7,
|
||||
unpaved = 6,
|
||||
fine_gravel = 6,
|
||||
fine_gravel = 10,
|
||||
gravel = 6,
|
||||
pebblestone = 6,
|
||||
ground = 6,
|
||||
dirt = 6,
|
||||
ground = 10,
|
||||
dirt = 8,
|
||||
earth = 6,
|
||||
grass = 6,
|
||||
mud = 3,
|
||||
sand = 3,
|
||||
sett = 10
|
||||
sett = 9
|
||||
},
|
||||
|
||||
classes = Sequence {
|
||||
|
||||
Reference in New Issue
Block a user