[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

@@ -86,6 +86,7 @@ VehicleModel::LimitsInitList const kDefaultOptions = {
{HighwayType::HighwayCycleway, true},
{HighwayType::HighwayResidential, true},
{HighwayType::HighwayLivingStreet, true},
// HighwayLadder is missing
{HighwayType::HighwaySteps, true},
{HighwayType::HighwayPedestrian, true},
{HighwayType::HighwayFootway, true},