function waypointsFromSQL() { routeInfo[0] = { firstWaypoint: 0, root: "jpn.higashiyama", tier: 4, color: "TMred", system: "jpntmok", label: "JPN OkaHigaTm" }; routeInfo[1] = { firstWaypoint: 10, root: "jpn.seikibashi", tier: 4, color: "TMred", system: "jpntmok", label: "JPN OkaSeikiTm" }; waypoints = [ new Waypoint("H01",34.665531,133.919789), new Waypoint("H02",34.665555,133.923149), new Waypoint("H03",34.66563,133.92585), new Waypoint("H04",34.665637,133.929842), new Waypoint("H05",34.662317,133.930453), new Waypoint("H06",34.658564,133.930528), new Waypoint("H07",34.65767,133.936386), new Waypoint("H08",34.657527,133.937706), new Waypoint("H09",34.656236,133.939012), new Waypoint("H10",34.656232,133.942673), new Waypoint("S01",34.665531,133.919789), new Waypoint("S02",34.665555,133.923149), new Waypoint("S03",34.66563,133.92585), new Waypoint("S04",34.662784,133.926231), new Waypoint("S05",34.660768,133.926277), new Waypoint("S06",34.658659,133.926336), new Waypoint("S07",34.65668,133.926288), new Waypoint("S08",34.654628,133.926196), new Waypoint("S09",34.65176,133.925781) ]; traveler = 'bhemphill'; segments = [ 158529, 158530, 158531, 158532, 158533, 158534, 158535, 158536, 158537, 158538, 158539, 158540, 158541, 158542, 158543, 158544, 158545 ]; clinched = [ ]; mapClinched = true; mapStatus = mapStates.MAPVIEW; genEdges = true; }