Open yakra opened 8 months ago
https://github.com/yakra/DataProcessing/blob/387c99b0c260938c870457bb9793d4f78b09987f/siteupdate/cplusplus/classes/Waypoint/Waypoint.cpp#L492
No need to keep constructing this for every Waypoint. It's the same for the whole Route. Construct during route_integrity & pass to label_selfref by reference.
route_integrity
label_selfref
Do this at the same time as #280.
https://github.com/yakra/DataProcessing/blob/387c99b0c260938c870457bb9793d4f78b09987f/siteupdate/cplusplus/classes/Waypoint/Waypoint.cpp#L492
No need to keep constructing this for every Waypoint. It's the same for the whole Route. Construct during
route_integrity
& pass tolabel_selfref
by reference.Do this at the same time as #280.