Removing maxspeed estimate from generator

Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>
This commit is contained in:
matheusgomesms
2025-12-09 15:04:24 +01:00
parent c2bc6c27aa
commit 4c715cd2ee

View File

@@ -153,6 +153,7 @@ public:
return {{s.GetForward(), s.GetUnits()}};
using routing::HighwayType;
/*
if ((*parentHwType == HighwayType::HighwayMotorway && hwType == HighwayType::HighwayMotorwayLink) ||
(*parentHwType == HighwayType::HighwayTrunk && hwType == HighwayType::HighwayTrunkLink) ||
(*parentHwType == HighwayType::HighwayPrimary && hwType == HighwayType::HighwayPrimaryLink) ||
@@ -165,6 +166,7 @@ public:
}
return {};
*/
};
ForEachFeature(m_dataPath, [&](FeatureType & ft, uint32_t fid)