mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[classifier] Added highway=ladder to the routing and other checkers.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
8ef68a5559
commit
c7592276f7
@@ -54,6 +54,7 @@ enum class HighwayType : uint16_t
|
||||
HighwaySecondaryLink = 176,
|
||||
RouteFerry = 259,
|
||||
HighwayTertiaryLink = 272,
|
||||
HighwayLadder = 478,
|
||||
HighwayBusway = 857, // reserve type here, but this type is not used for any routing by default
|
||||
RouteShuttleTrain = 1054,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user