[classifier] Added highway=ladder to the routing and other checkers.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-08-14 21:31:15 -03:00
committed by Konstantin Pastbin
parent 8ef68a5559
commit c7592276f7
7 changed files with 11 additions and 0 deletions

View File

@@ -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,
};