function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "stp.en001", tier: 4, color: "TMgreen", system: "stpen", label: "STP EN1" }; routeInfo[1] = { firstWaypoint: 15, root: "stp.en002", tier: 4, color: "TMgreen", system: "stpen", label: "STP EN2" }; routeInfo[2] = { firstWaypoint: 34, root: "stp.en003", tier: 4, color: "TMgreen", system: "stpen", label: "STP EN3" }; waypoints = [ new Waypoint("EN2/3",0.337044,6.729534), new Waypoint("ES2",0.340542,6.727281), new Waypoint("ES7_S",0.342838,6.725049), new Waypoint("ES1",0.343803,6.724062), new Waypoint("ES7_N",0.350943,6.71549), new Waypoint("ES4",0.366269,6.688786), new Waypoint("ES10",0.375185,6.66398), new Waypoint("Gua",0.38115,6.637791), new Waypoint("+X370662",0.406813,6.614242), new Waypoint("+X882311",0.371408,6.577678), new Waypoint("Nev",0.357745,6.552803), new Waypoint("DioVaz",0.318323,6.498199), new Waypoint("SanCat",0.265624,6.468673), new Waypoint("+X984964",0.246398,6.465969), new Waypoint("PonFur",0.235562,6.478007), new Waypoint("EN1/3",0.337044,6.729534), new Waypoint("ES8",0.32476,6.727624), new Waypoint("ES5",0.312535,6.729271), new Waypoint("ES9",0.311011,6.729437), new Waypoint("ES3/6",0.299011,6.743717), new Waypoint("EstBra",0.269186,6.745648), new Waypoint("DecSrBra",0.258183,6.741035), new Waypoint("AguaIze",0.219833,6.73007), new Waypoint("ColAco",0.187089,6.6887), new Waypoint("+X996061",0.170524,6.684966), new Waypoint("SaoJoaoAng",0.132903,6.647184), new Waypoint("+X413891",0.134518,6.63806), new Waypoint("+X385718",0.110013,6.633039), new Waypoint("RibPei",0.098813,6.614928), new Waypoint("+X343480",0.096087,6.583171), new Waypoint("+X881382",0.069244,6.556478), new Waypoint("PonBal",0.04019,6.546682), new Waypoint("Mal",0.048773,6.53502), new Waypoint("PorAle",0.03459,6.535814), new Waypoint("EN1/2",0.337044,6.729534), new Waypoint("ES4",0.322357,6.706638), new Waypoint("ES2",0.322207,6.705053), new Waypoint("Cap",0.310695,6.696435), new Waypoint("ES13",0.295514,6.681291), new Waypoint("Bat",0.300406,6.660461), new Waypoint("MonCafe",0.300996,6.643746), new Waypoint("NovaMoca",0.28641,6.635361) ]; traveler = 'sneezy'; segments = [ 460604, 460605, 460606, 460607, 460608, 460609, 460610, 460611, 460612, 460613, 460614, 460615, 460616, 460617, 460618, 460619, 460620, 460621, 460622, 460623, 460624, 460625, 460626, 460627, 460628, 460629, 460630, 460631, 460632, 460633, 460634, 460635, 460636, 460637, 460638, 460639, 460640, 460641, 460642 ]; clinched = [ ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }