forked from organicmaps/organicmaps-tmp
[routing] Fix wrong hardcoded ID for highway=busway
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
73f106cb1a
commit
227656cd48
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue