Re-enabled tests for permission; add speed penalty to ferry
This commit is contained in:
parent
50e0674077
commit
7b9b516068
3 changed files with 10 additions and 7 deletions
5
Profiles/general/clean_permission_score.test.csv
Normal file
5
Profiles/general/clean_permission_score.test.csv
Normal file
|
@ -0,0 +1,5 @@
|
|||
expected,access
|
||||
0,yes
|
||||
-1,permissive
|
||||
-50,private
|
||||
0,qmsldkfjqsmldkfj
|
|
|
@ -1,5 +0,0 @@
|
|||
expected,access
|
||||
1,yes
|
||||
0.9,permissive
|
||||
0,private
|
||||
1,qmsldkfjqsmldkfj
|
|
|
@ -8,7 +8,7 @@
|
|||
"maxspeed",
|
||||
"designation",
|
||||
"highway",
|
||||
"ferry"
|
||||
"route"
|
||||
],
|
||||
"value": {
|
||||
"maxspeed": "$parse",
|
||||
|
@ -38,7 +38,10 @@
|
|||
"designation": {
|
||||
"towpath": 30
|
||||
},
|
||||
"ferry": 5
|
||||
"route": {
|
||||
"#": "A ferry often goes once every half-an-hour, to cross like 100m; in other words: 0.2km/h",
|
||||
"ferry": 0.2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue