mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-04 20:03:45 +00:00
Removing maxspeed estimate from generator
Signed-off-by: matheusgomesms <matheusgomesms@noreply.codeberg.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user