mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[traffic] Calculate DNP from nominal distance, if available and plausible
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -423,7 +423,7 @@ using TraffFeed = std::vector<TraffMessage>;
|
||||
* @param p2 The second point.
|
||||
* @return The approximate distance on the ground, in meters.
|
||||
*/
|
||||
uint32_t GuessDnp(openlr::LocationReferencePoint & p1, openlr::LocationReferencePoint & p2);
|
||||
uint32_t GuessDnp(Point & p1, Point & p2);
|
||||
|
||||
/**
|
||||
* @brief Merges the contents of one `MultiMwmColoring` into another.
|
||||
|
||||
Reference in New Issue
Block a user