diff --git a/routing_common/vehicle_model.hpp b/routing_common/vehicle_model.hpp index c659c1a2b8..7c23b5770a 100644 --- a/routing_common/vehicle_model.hpp +++ b/routing_common/vehicle_model.hpp @@ -54,7 +54,7 @@ enum class HighwayType : uint16_t HighwaySecondaryLink = 176, RouteFerry = 259, HighwayTertiaryLink = 272, - HighwayBusway = 858, // reserve type here, but this type is not used for any routing by default + HighwayBusway = 857, // reserve type here, but this type is not used for any routing by default RouteShuttleTrain = 1054, };