1 2 3
export function waypointToSystem(waypoint) { return waypoint.split('-').slice(0,2).join('-'); }