function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "jam.t001", tier: 1, color: "TMblue", system: "jamt", label: "JAM T1" }; routeInfo[1] = { firstWaypoint: 16, root: "jam.t002", tier: 1, color: "TMblue", system: "jamt", label: "JAM T2" }; routeInfo[2] = { firstWaypoint: 21, root: "jam.t003", tier: 1, color: "TMblue", system: "jamt", label: "JAM T3" }; waypoints = [ new Waypoint("A1",18.012896,-76.892581), new Waypoint("MunBlvd",18.004509,-76.894941), new Waypoint("+X1",17.991407,-76.900048), new Waypoint("WinRd",17.973528,-76.966138), new Waypoint("+X2",17.972773,-76.993904), new Waypoint("A2_Gut",17.9444,-77.061539), new Waypoint("DarDr",17.93256,-77.109346), new Waypoint("A2_Fre",17.921576,-77.138261), new Waypoint("*Fre",17.928712,-77.172701), new Waypoint("MPLTRd",17.939828,-77.241161), new Waypoint("*A2_Den",17.954342,-77.256117), new Waypoint("A2_MP",17.962272,-77.262533), new Waypoint("+X694337",17.955587,-77.32667), new Waypoint("B12",17.965885,-77.36289), new Waypoint("+X182029",17.981631,-77.387524), new Waypoint("A2_Man",18.042829,-77.436061), new Waypoint("MarGarDr",17.99253,-76.829581), new Waypoint("+X620957",17.990958,-76.841683), new Waypoint("+X168010",17.972835,-76.843121), new Waypoint("ForAugDr",17.965997,-76.856918), new Waypoint("DawDr",17.970528,-76.863227), new Waypoint("A1_Cay",18.005795,-76.903117), new Waypoint("CayEstRd",18.008141,-76.905563), new Waypoint("+X896523",18.027792,-76.925368), new Waypoint("A1_Ang",18.03881,-76.969872), new Waypoint("+X241127",18.085812,-77.011843), new Waypoint("+X554477",18.096173,-77.01004), new Waypoint("+X726900",18.10735,-77.037591), new Waypoint("A1_Lin",18.15988,-77.033944), new Waypoint("+X679424",18.17562,-77.042398), new Waypoint("+X773774",18.202039,-77.038193), new Waypoint("+X925009",18.220465,-77.080936), new Waypoint("+X354425",18.239215,-77.08849), new Waypoint("A1_MonS",18.255682,-77.115012), new Waypoint("*A1_Mon",18.279848,-77.121835), new Waypoint("+X353274",18.306251,-77.14119), new Waypoint("+X142017",18.325522,-77.133079), new Waypoint("A1_Gol",18.332284,-77.141919), new Waypoint("+X249537",18.363975,-77.160544), new Waypoint("+X857175",18.384787,-77.157497), new Waypoint("+X197626",18.392382,-77.167733), new Waypoint("+X741664",18.410034,-77.169514), new Waypoint("+X502300",18.412844,-77.155223), new Waypoint("+X487910",18.419074,-77.153077), new Waypoint("A3",18.423207,-77.160094) ]; traveler = ''; segments = [ 371252, 371253, 371254, 371255, 371256, 371257, 371258, 371259, 371260, 371261, 371262, 371263, 371264, 371265, 371266, 371267, 371268, 371269, 371270, 371271, 371272, 371273, 371274, 371275, 371276, 371277, 371278, 371279, 371280, 371281, 371282, 371283, 371284, 371285, 371286, 371287, 371288, 371289, 371290, 371291, 371292, 371293 ]; clinched = [ ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }