adapt speed profiles to extended access control
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user