Add bicycle:class awareness, add construction work awareness
This commit is contained in:
parent
e735cf76cf
commit
23b5436efc
1 changed files with 11 additions and 1 deletions
|
@ -15,7 +15,8 @@
|
|||
"residential": 1.0,
|
||||
"living_street": 1.1,
|
||||
"footway": 0.95,
|
||||
"path": 0.5
|
||||
"path": 0.5,
|
||||
"construction": 0.5
|
||||
},
|
||||
"railway": {
|
||||
"abandoned": 2
|
||||
|
@ -33,6 +34,15 @@
|
|||
"designated": 1.2,
|
||||
"dismount": 0.01
|
||||
},
|
||||
"bicycle:class":{
|
||||
"-3": 0.5,
|
||||
"-2": 0.7,
|
||||
"-1": 0.9,
|
||||
"0": 1,
|
||||
"1": 1.1,
|
||||
"2": 1.3,
|
||||
"3": 1.5
|
||||
},
|
||||
"surface": {
|
||||
"#": "The surface mapping heavily resembles the one in speed_factor, but it is not entirely the same",
|
||||
"paved": 0.99,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue