function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "uga.m003", tier: 1, color: "TMblue", system: "ugam", label: "UGA M3" }; waypoints = [ new Waypoint("FortPorRd",0.310555,32.514725), new Waypoint("+X523350",0.285493,32.511549), new Waypoint("SouByp",0.215327,32.531247), new Waypoint("+X964290",0.14353,32.510347), new Waypoint("EntRd",0.105395,32.512075) ]; traveler = 'sneezy'; segments = [ 475709, 475710, 475711, 475712 ]; clinched = [ 475709, 475710, 475711, 475712 ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }