forked from TravelMapping/DataProcessing
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
LABEL_SELFREFThis is a temporary tag, as several open issues concern this specific datacheck.This is a temporary tag, as several open issues concern this specific datacheck.datacheckspeed
Description
| std::string rte = route->banner[0] == '-' ? route->route : route->name_no_abbrev(); |
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.
Metadata
Metadata
Assignees
Labels
LABEL_SELFREFThis is a temporary tag, as several open issues concern this specific datacheck.This is a temporary tag, as several open issues concern this specific datacheck.datacheckspeed