forked from organicmaps/organicmaps
added _mtb_rating to the routing of bicycles
This commit is contained in:
parent
34acd4ed92
commit
e74818c590
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ VehicleModel::SurfaceInitList const kBicycleSurface = {
|
|||
{{"psurface", "paved_bad"}, {0.8, 0.8}},
|
||||
{{"psurface", "unpaved_good"}, {1.0, 1.0}},
|
||||
{{"psurface", "unpaved_bad"}, {0.3, 0.3}},
|
||||
{{"_mtb_rating", "intermediate"}, {0.3, 0.3}}, // similar to unpaved_bad
|
||||
{{"_mtb_rating", "difficult"}, {0.1, 0.1}},
|
||||
{{"_mtb_rating", "expert"}, {0.05, 0.05}},
|
||||
// no dedicated cycleway, doesn't mean that bicycle is not allowed, just lower weight
|
||||
{{"hwtag", "nocycleway"}, {0.8, 0.8}},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue