Added basic ini file for speed profiles
This commit is contained in:
parent
7dc17ae693
commit
faba474def
36
speedprofile.ini
Normal file
36
speedprofile.ini
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
[car]
|
||||||
|
motorway = 110
|
||||||
|
motorway_link = 90
|
||||||
|
trunk = 90
|
||||||
|
trunk_link = 70
|
||||||
|
primary = 70
|
||||||
|
primary_link = 60
|
||||||
|
secondary = 60
|
||||||
|
secondary_link = 50
|
||||||
|
tertiary = 55
|
||||||
|
unclassified = 25
|
||||||
|
residential = 40
|
||||||
|
living_street = 10
|
||||||
|
service = 30
|
||||||
|
ferry = 5
|
||||||
|
obeyPollards = 1
|
||||||
|
useRestrictions = 1
|
||||||
|
|
||||||
|
[bike]
|
||||||
|
trunk = 16
|
||||||
|
trunk_link = 16
|
||||||
|
primary = 16
|
||||||
|
primary_link = 16
|
||||||
|
secondary = 16
|
||||||
|
secondary_link = 16
|
||||||
|
tertiary = 16
|
||||||
|
unclassified = 16
|
||||||
|
residential = 16
|
||||||
|
living_street = 16
|
||||||
|
service = 16
|
||||||
|
track = 16
|
||||||
|
cycleway = 16
|
||||||
|
path = 16
|
||||||
|
ferry = 5
|
||||||
|
obeyPollards = 0
|
||||||
|
useRestrictions = 0
|
Loading…
Reference in New Issue
Block a user