mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-17 08:24:48 +00:00
[generator] Fix warning
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
};
|
||||
auto const GetHighwayType = [&](uint32_t fid) { return GetRoad(fid).GetHighwayType(); };
|
||||
|
||||
auto const & converter = GetMaxspeedConverter();
|
||||
//auto const & converter = GetMaxspeedConverter();
|
||||
using HwTypeT = std::optional<routing::HighwayType>;
|
||||
auto const CalculateSpeed = [&](uint32_t parentFID, Maxspeed const & s,
|
||||
HwTypeT hwType) -> std::optional<SpeedInUnits>
|
||||
|
||||
Reference in New Issue
Block a user