function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "gab.a001", tier: 1, color: "TMblue", system: "gaba", label: "GAB A1" }; waypoints = [ new Waypoint("L101_S",0.36113,9.470446), new Waypoint("Lal",0.370877,9.476502), new Waypoint("CiteDam",0.386407,9.474506), new Waypoint("N1",0.40795,9.469035), new Waypoint("NzeAyo",0.421382,9.465666), new Waypoint("BoulTri",0.425588,9.456042), new Waypoint("RueAmb",0.436509,9.440839), new Waypoint("L101_N",0.441659,9.418352) ]; traveler = 'yasubee_horibe'; segments = [ 340340, 340341, 340342, 340343, 340344, 340345, 340346 ]; clinched = [ ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }