yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

LABEL_SELFREF route name #282

Open yakra opened 4 months ago

yakra commented 4 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.

Do this at the same time as #280.