function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "sen.a001", tier: 1, color: "TMblue", system: "sena", label: "SEN A1" }; routeInfo[1] = { firstWaypoint: 28, root: "sen.a002", tier: 1, color: "TMblue", system: "sena", label: "SEN A2" }; waypoints = [ new Waypoint("AveLamGue",14.679586,-17.437684), new Waypoint("AveCSEHMS",14.682492,-17.439712), new Waypoint("1",14.697924,-17.442277), new Waypoint("RueHLM60",14.718035,-17.440968), new Waypoint("2",14.725392,-17.440453), new Waypoint("3",14.73552,-17.439723), new Waypoint("4",14.740749,-17.438285), new Waypoint("5",14.74465,-17.424429), new Waypoint("6",14.74575,-17.409682), new Waypoint("+X702842",14.742575,-17.399383), new Waypoint("7",14.749848,-17.377067), new Waypoint("+X947109",14.759445,-17.347884), new Waypoint("8",14.756291,-17.32235), new Waypoint("9",14.747535,-17.288103), new Waypoint("10",14.735582,-17.253342), new Waypoint("11",14.73276,-17.207015), new Waypoint("+X250913",14.739774,-17.187295), new Waypoint("12",14.731867,-17.159421), new Waypoint("13",14.705656,-17.074728), new Waypoint("+X713773",14.706278,-17.050781), new Waypoint("A2",14.696025,-17.039623), new Waypoint("14",14.580759,-17.057261), new Waypoint("15",14.508023,-17.018509), new Waypoint("16",14.473183,-16.958728), new Waypoint("17",14.430607,-16.902466), new Waypoint("+X671963",14.418138,-16.88427), new Waypoint("+X621647",14.418471,-16.758099), new Waypoint("18",14.406459,-16.712179), new Waypoint("A1",14.696025,-17.039623), new Waypoint("1",14.727032,-16.961002), new Waypoint("+X160313",14.745672,-16.922126), new Waypoint("2",14.755192,-16.863842), new Waypoint("+X374063",14.79648,-16.834424), new Waypoint("3",14.803077,-16.675487), new Waypoint("+X191805",14.80538,-16.623774), new Waypoint("+X491895",14.764384,-16.555109), new Waypoint("4",14.756333,-16.463013), new Waypoint("+X181584",14.758823,-16.370659), new Waypoint("+X382197",14.780152,-16.310921), new Waypoint("5",14.769695,-16.22303), new Waypoint("+X660273",14.788368,-16.112394), new Waypoint("+X824482",14.788161,-16.057978), new Waypoint("6",14.803306,-15.964851) ]; traveler = ''; segments = [ 451408, 451409, 451410, 451411, 451412, 451413, 451414, 451415, 451416, 451417, 451418, 451419, 451420, 451421, 451422, 451423, 451424, 451425, 451426, 451427, 451428, 451429, 451430, 451431, 451432, 451433, 451434, 451435, 451436, 451437, 451438, 451439, 451440, 451441, 451442, 451443, 451444, 451445, 451446, 451447, 451448 ]; clinched = [ ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }