adapt speed profiles to extended access control
This commit is contained in:
parent
66c23b5843
commit
58dfd29a3a
@ -20,7 +20,7 @@
|
||||
obeyOneways = yes
|
||||
useRestrictions = yes
|
||||
ignoreAreas = yes
|
||||
accessTag = motorcar
|
||||
accessTags = motorcar,motor_vehicle,vehicle,access
|
||||
excludeFromGrid = ferry
|
||||
defaultSpeed = 50
|
||||
trafficSignalPenalty = 5
|
||||
@ -28,6 +28,8 @@
|
||||
uturnPenalty = 20
|
||||
accessRestrictedService = parking_aisle
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
accessForbiddenDefault = track
|
||||
[bike]
|
||||
trunk = 16
|
||||
trunk_link = 16
|
||||
@ -48,10 +50,12 @@
|
||||
pier = 5
|
||||
obeyOneways = yes
|
||||
useRestrictions = no
|
||||
accessTag = bicycle
|
||||
accessTags = bicycle,vehicle,access
|
||||
excludeFromGrid = ferry
|
||||
defaultSpeed = 5
|
||||
trafficSignalPenalty = 5
|
||||
obeyBollards = no
|
||||
takeMinimumOfSpeeds = yes
|
||||
uturnPenalty = 20
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
|
@ -1,5 +1,5 @@
|
||||
[bicycle]
|
||||
accessTag = bicycle
|
||||
accessTags = bicycle,vehicle,access
|
||||
defaultSpeed = 17
|
||||
obeyOneways = yes
|
||||
useRestrictions = yes
|
||||
@ -25,4 +25,7 @@
|
||||
ferry = 5
|
||||
|
||||
excludeFromGrid = ferry
|
||||
trafficSignalPenalty = 10
|
||||
trafficSignalPenalty = 10
|
||||
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
|
@ -1,5 +1,5 @@
|
||||
[car]
|
||||
accessTag = motorcar
|
||||
accessTag = motorcar,motor_vehicle,vehicle,access
|
||||
defaultSpeed = 50
|
||||
obeyOneways = yes
|
||||
useRestrictions = yes
|
||||
@ -21,3 +21,6 @@
|
||||
service = 20
|
||||
living_street = 10
|
||||
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
accessForbiddenDefault = track
|
||||
|
@ -1,5 +1,5 @@
|
||||
[ebike]
|
||||
accessTag = bicycle
|
||||
accessTags = bicycle,vehicle,access
|
||||
obeyOneways = yes
|
||||
defaultSpeed = 25
|
||||
useRestrictions = no
|
||||
@ -24,3 +24,6 @@ footway = 5
|
||||
ferry = 5
|
||||
|
||||
excludeFromGrid = ferry
|
||||
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
|
@ -1,5 +1,5 @@
|
||||
[foot]
|
||||
accessTag = foot
|
||||
accessTags = foot,access
|
||||
defaultSpeed = 5
|
||||
obeyOneways = no
|
||||
useRestrictions = no
|
||||
@ -26,3 +26,6 @@
|
||||
ferry = 5
|
||||
|
||||
excludeFromGrid = ferry
|
||||
|
||||
accessRestrictionKeys = destination,private,delivery
|
||||
accessForbiddenKeys = no,private,agricultural,forestery
|
||||
|
Loading…
Reference in New Issue
Block a user