forked from organicmaps/organicmaps
Adding tags route-ferry to the map.
This commit is contained in:
parent
b64f051acd
commit
9587cb9975
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ void CarModel::InitAdditionalRoadTypes()
|
|||
{{"route", "ferry", "motor_vehicle"}, kSpeedFerryMotorcarVehicleKMpH},
|
||||
{{"railway", "rail", "motor_vehicle"}, kSpeedRailMotorcarVehicleKMpH},
|
||||
{{"route", "shuttle_train"}, kSpeedShuttleTrainKMpH},
|
||||
{{"route", "ferry"}, kSpeedFerryMotorcarKMpH},
|
||||
};
|
||||
|
||||
SetAdditionalRoadTypes(classif(), additionalTags);
|
||||
|
|
Loading…
Add table
Reference in a new issue