mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
[traffxml] Parse and store distance for location points
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -275,7 +275,7 @@ struct Point
|
||||
|
||||
// TODO role?
|
||||
ms::LatLon m_coordinates = ms::LatLon::Zero();
|
||||
// TODO optional float m_distance;
|
||||
std::optional<float> m_distance;
|
||||
std::optional<std::string> m_junctionName;
|
||||
std::optional<std::string> m_junctionRef;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user