speedprofiles specifically for testing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[bicycle]
|
||||
accessTag = bicycle
|
||||
obeyOneways = yes
|
||||
obeyBollards = no
|
||||
useRestrictions = yes
|
||||
takeMinimumOfSpeeds = yes
|
||||
defaultSpeed = 15
|
||||
primary = 15
|
||||
cycleway = 15
|
||||
footway = 5
|
||||
@@ -0,0 +1,23 @@
|
||||
[car]
|
||||
accessTag = motorcar
|
||||
defaultSpeed = 50
|
||||
obeyOneways = yes
|
||||
useRestrictions = yes
|
||||
barrier = bollard
|
||||
|
||||
motorway = 100
|
||||
motorway_link = 90
|
||||
trunk = 90
|
||||
trunk_link = 70
|
||||
primary = 70
|
||||
primary_link = 60
|
||||
secondary = 60
|
||||
secondary_link = 50
|
||||
tertiary = 50
|
||||
tertiary_link = 40
|
||||
road = 40
|
||||
residential = 40
|
||||
unclassified = 30
|
||||
service = 20
|
||||
living_street = 10
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
[foot]
|
||||
accessTag = foot
|
||||
defaultSpeed = 5
|
||||
obeyOneways = no
|
||||
useRestrictions = no
|
||||
obeyBollards = no
|
||||
|
||||
primary = 5
|
||||
primary_link = 5
|
||||
secondary = 5
|
||||
secondary_link = 5
|
||||
tertiary = 5
|
||||
residential = 5
|
||||
unclassified = 5
|
||||
living_street = 5
|
||||
road = 5
|
||||
service = 5
|
||||
track = 5
|
||||
path = 5
|
||||
cycleway = 5
|
||||
footway = 5
|
||||
pedestrian = 5
|
||||
pier = 5
|
||||
steps = 2
|
||||
|
||||
ferry = 5
|
||||
|
||||
excludeFromGrid = ferry
|
||||
Reference in New Issue
Block a user