gooby 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. data/README +144 -180
  2. data/bin/example_usage.txt +55 -0
  3. data/bin/gooby_been_there.rb +35 -0
  4. data/bin/gooby_config.rb +16 -0
  5. data/bin/gooby_gen_gmap.rb +16 -0
  6. data/bin/gooby_parser.rb +19 -0
  7. data/bin/gooby_splitter.rb +18 -0
  8. data/bin/gooby_version.rb +16 -0
  9. data/bin/run_all.sh +23 -0
  10. data/bin/run_been_there.sh +16 -0
  11. data/bin/run_db_gen.sh +11 -0
  12. data/bin/run_db_load.sh +11 -0
  13. data/bin/run_gen_gmaps.sh +20 -0
  14. data/bin/run_parse.sh +43 -0
  15. data/bin/run_parse_named.sh +19 -0
  16. data/bin/run_split.sh +23 -0
  17. data/config/gooby_config.yaml +137 -0
  18. data/data/20050305_corporate_cup_hm.csv +251 -251
  19. data/data/20050430_nashville_marathon.csv +1208 -1208
  20. data/data/20060115_phoenix_marathon.csv +1280 -1280
  21. data/data/davidson_11m_20070101.csv +251 -0
  22. data/data/davidson_11m_20070101.xml +2020 -0
  23. data/data/davidson_5K_20070505.csv +286 -0
  24. data/data/davidson_5K_20070505.xml +2875 -0
  25. data/lib/gooby.rb +889 -361
  26. data/samples/20050305_corporate_cup_hm.html +270 -270
  27. data/samples/20050430_nashville_marathon.html +1240 -1240
  28. data/samples/20060115_phoenix_marathon.html +1312 -1312
  29. data/samples/been_there.txt +744 -0
  30. data/samples/davidson_11m_20070101.html +432 -0
  31. data/samples/davidson_5K_20070505.html +395 -0
  32. data/sql/gooby.ddl +56 -0
  33. data/sql/gooby_load.dml +35 -0
  34. metadata +30 -32
  35. data/bin/20050305_corporate_cup_hm_to_csv.rb +0 -9
  36. data/bin/20050430_nashville_marathon_to_csv.rb +0 -9
  37. data/bin/20060115_phoenix_marathon_to_csv.rb +0 -9
  38. data/bin/activity_2007_03_10_13_02_32.xml_to_csv.rb +0 -9
  39. data/bin/example_usage.rb +0 -46
  40. data/bin/example_usage.sh +0 -52
  41. data/bin/gen_gap_phx.rb +0 -10
  42. data/bin/gen_gmap_cc_2005.rb +0 -10
  43. data/bin/gen_gmap_cc_2007.rb +0 -10
  44. data/bin/gen_gmap_nashville.rb +0 -10
  45. data/bin/gen_gmap_phx.rb +0 -10
  46. data/bin/phx_to_csv.rb +0 -47
  47. data/bin/split_forerunner_logbook_2007.rb +0 -10
  48. data/bin/split_training_center_2007.rb +0 -8
  49. data/data/2007_03_10.tcx +0 -28445
  50. data/data/activity_2007_03_10_13_02_32.csv +0 -1168
  51. data/data/activity_2007_03_10_13_02_32.xml +0 -11695
  52. data/data/forerunner_2007.xml +0 -31872
  53. data/data/geo_data.txt +0 -171
  54. data/pkg/code_header.txt +0 -21
  55. data/pkg/pkg.rb +0 -238
  56. data/pkg/test_header.txt +0 -19
  57. data/samples/20070310_corporate_cup_hm.html +0 -1367
  58. data/samples/gps_point_capture.html +0 -54
  59. data/samples/phoenix_marathon.html +0 -1596
  60. data/tests/ts_gooby.rb +0 -1109
  61. data/tests/ts_gooby_min.rb +0 -550
@@ -0,0 +1,432 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6
+ <meta name="description" content="Google Map generated with Gooby 1.1.0">
7
+ <meta name="keywords" content="Google Map Gooby 1.1.0 GPS">
8
+ <title> Google Map by Gooby </title>
9
+ <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAdn5SVzjZKZKs1IRkFdx52xR1l5lLpU9GCFYoS8YrTf8v3gVJ2hRLV1dTSiqDWwWSnMRkM7SVr0EKSA' type='text/javascript'></script>
10
+ <script type="text/javascript">
11
+ //<![CDATA[
12
+ function load() {
13
+ if (GBrowserIsCompatible()) {
14
+ var map = new GMap2(document.getElementById("map"));
15
+ map.addControl(new GLargeMapControl());
16
+ map.addControl(new GMapTypeControl());
17
+
18
+ var centerPoint = new GLatLng(35.484615, -80.809165); // Gooby 1.1.0
19
+ map.setCenter(centerPoint, 12);
20
+
21
+
22
+ var points = new Array();
23
+ points.push(new GLatLng(35.49552,-80.83217)); // (1 of 250.0) 2007-01-01T16:38:26Z 0 00:00:00 0.0 Gooby 1.1.0
24
+ points.push(new GLatLng(35.49532,-80.83167)); // (2 of 250.0) 2007-01-01T16:38:43Z 17 00:00:17 0.0313362638280469 Gooby 1.1.0
25
+ points.push(new GLatLng(35.49505,-80.83069)); // (3 of 250.0) 2007-01-01T16:39:10Z 44 00:00:44 0.089532650917086 Gooby 1.1.0
26
+ points.push(new GLatLng(35.49509,-80.83047)); // (4 of 250.0) 2007-01-01T16:39:16Z 50 00:00:50 0.102212571211905 Gooby 1.1.0
27
+ points.push(new GLatLng(35.49477,-80.82959)); // (5 of 250.0) 2007-01-01T16:39:43Z 77 00:01:17 0.156426159916043 Gooby 1.1.0
28
+ points.push(new GLatLng(35.49462,-80.82963)); // (6 of 250.0) 2007-01-01T16:39:48Z 82 00:01:22 0.167031071469683 Gooby 1.1.0
29
+ points.push(new GLatLng(35.49453,-80.82972)); // (7 of 250.0) 2007-01-01T16:39:51Z 85 00:01:25 0.175049429039246 Gooby 1.1.0
30
+ points.push(new GLatLng(35.49419,-80.82991)); // (8 of 250.0) 2007-01-01T16:40:03Z 97 00:01:37 0.2008571978366 Gooby 1.1.0
31
+ points.push(new GLatLng(35.49391,-80.82996)); // (9 of 250.0) 2007-01-01T16:40:14Z 108 00:01:48 0.220405922493402 Gooby 1.1.0
32
+ points.push(new GLatLng(35.49367,-80.82891)); // (10 of 250.0) 2007-01-01T16:40:41Z 135 00:02:15 0.281753540051318 Gooby 1.1.0
33
+ points.push(new GLatLng(35.49339,-80.8279)); // (11 of 250.0) 2007-01-01T16:41:10Z 164 00:02:44 0.341771059291799 Gooby 1.1.0
34
+ points.push(new GLatLng(35.49292,-80.82659)); // (12 of 250.0) 2007-01-01T16:41:51Z 205 00:03:25 0.422298619696289 Gooby 1.1.0
35
+ points.push(new GLatLng(35.49277,-80.82661)); // (13 of 250.0) 2007-01-01T16:41:56Z 210 00:03:30 0.432722848373018 Gooby 1.1.0
36
+ points.push(new GLatLng(35.492,-80.82693)); // (14 of 250.0) 2007-01-01T16:42:25Z 239 00:03:59 0.488885064632646 Gooby 1.1.0
37
+ points.push(new GLatLng(35.4917,-80.827)); // (15 of 250.0) 2007-01-01T16:42:37Z 251 00:04:11 0.509982790772748 Gooby 1.1.0
38
+ points.push(new GLatLng(35.49114,-80.82691)); // (16 of 250.0) 2007-01-01T16:43:00Z 274 00:04:34 0.549003004806601 Gooby 1.1.0
39
+ points.push(new GLatLng(35.49093,-80.82704)); // (17 of 250.0) 2007-01-01T16:43:10Z 284 00:04:44 0.56525074552071 Gooby 1.1.0
40
+ points.push(new GLatLng(35.49075,-80.82738)); // (18 of 250.0) 2007-01-01T16:43:24Z 298 00:04:58 0.588064544246785 Gooby 1.1.0
41
+ points.push(new GLatLng(35.49073,-80.82749)); // (19 of 250.0) 2007-01-01T16:43:28Z 302 00:05:02 0.594405053189705 Gooby 1.1.0
42
+ points.push(new GLatLng(35.49065,-80.82753)); // (20 of 250.0) 2007-01-01T16:43:32Z 306 00:05:06 0.600372391278212 Gooby 1.1.0
43
+ points.push(new GLatLng(35.48987,-80.82732)); // (21 of 250.0) 2007-01-01T16:44:02Z 336 00:05:36 0.655542253492299 Gooby 1.1.0
44
+ points.push(new GLatLng(35.48912,-80.82721)); // (22 of 250.0) 2007-01-01T16:44:33Z 367 00:06:07 0.707727945067611 Gooby 1.1.0
45
+ points.push(new GLatLng(35.48884,-80.82738)); // (23 of 250.0) 2007-01-01T16:44:47Z 381 00:06:21 0.729307918307708 Gooby 1.1.0
46
+ points.push(new GLatLng(35.48867,-80.8273)); // (24 of 250.0) 2007-01-01T16:44:54Z 388 00:06:28 0.741885897255267 Gooby 1.1.0
47
+ points.push(new GLatLng(35.48848,-80.82712)); // (25 of 250.0) 2007-01-01T16:45:03Z 397 00:06:37 0.758464559842193 Gooby 1.1.0
48
+ points.push(new GLatLng(35.4882,-80.82674)); // (26 of 250.0) 2007-01-01T16:45:18Z 412 00:06:52 0.787295375087608 Gooby 1.1.0
49
+ points.push(new GLatLng(35.48676,-80.82444)); // (27 of 250.0) 2007-01-01T16:46:46Z 500 00:08:20 0.950511939645285 Gooby 1.1.0
50
+ points.push(new GLatLng(35.48535,-80.82206)); // (28 of 250.0) 2007-01-01T16:48:12Z 586 00:09:46 1.11609284164963 1.0 00:09:46 Gooby 1.1.0
51
+ points.push(new GLatLng(35.48457,-80.82084)); // (29 of 250.0) 2007-01-01T16:48:57Z 631 00:10:31 1.20335593780215 Gooby 1.1.0
52
+ points.push(new GLatLng(35.48438,-80.82056)); // (30 of 250.0) 2007-01-01T16:49:08Z 642 00:10:42 1.22386093442699 Gooby 1.1.0
53
+ points.push(new GLatLng(35.48412,-80.82032)); // (31 of 250.0) 2007-01-01T16:49:19Z 653 00:10:53 1.24633297551607 Gooby 1.1.0
54
+ points.push(new GLatLng(35.48387,-80.82019)); // (32 of 250.0) 2007-01-01T16:49:28Z 662 00:11:02 1.2650901698716 Gooby 1.1.0
55
+ points.push(new GLatLng(35.48352,-80.82015)); // (33 of 250.0) 2007-01-01T16:49:41Z 675 00:11:15 1.28937614801157 Gooby 1.1.0
56
+ points.push(new GLatLng(35.48314,-80.82017)); // (34 of 250.0) 2007-01-01T16:49:54Z 688 00:11:28 1.31565440888126 Gooby 1.1.0
57
+ points.push(new GLatLng(35.48174,-80.82015)); // (35 of 250.0) 2007-01-01T16:50:42Z 736 00:12:16 1.41238694128959 Gooby 1.1.0
58
+ points.push(new GLatLng(35.48133,-80.82009)); // (36 of 250.0) 2007-01-01T16:50:56Z 750 00:12:30 1.44091432265197 Gooby 1.1.0
59
+ points.push(new GLatLng(35.48099,-80.81996)); // (37 of 250.0) 2007-01-01T16:51:09Z 763 00:12:43 1.46551715650884 Gooby 1.1.0
60
+ points.push(new GLatLng(35.48073,-80.81998)); // (38 of 250.0) 2007-01-01T16:51:18Z 772 00:12:52 1.48351570336856 Gooby 1.1.0
61
+ points.push(new GLatLng(35.47979,-80.81985)); // (39 of 250.0) 2007-01-01T16:51:52Z 806 00:13:26 1.54887082930836 Gooby 1.1.0
62
+ points.push(new GLatLng(35.47951,-80.81987)); // (40 of 250.0) 2007-01-01T16:52:01Z 815 00:13:35 1.56824873750261 Gooby 1.1.0
63
+ points.push(new GLatLng(35.47915,-80.81983)); // (41 of 250.0) 2007-01-01T16:52:13Z 827 00:13:47 1.59322270372541 Gooby 1.1.0
64
+ points.push(new GLatLng(35.47852,-80.8197)); // (42 of 250.0) 2007-01-01T16:52:36Z 850 00:14:10 1.63735965303823 Gooby 1.1.0
65
+ points.push(new GLatLng(35.47827,-80.81957)); // (43 of 250.0) 2007-01-01T16:52:46Z 860 00:14:20 1.65611684739376 Gooby 1.1.0
66
+ points.push(new GLatLng(35.47805,-80.8194)); // (44 of 250.0) 2007-01-01T16:52:55Z 869 00:14:29 1.67407552602687 Gooby 1.1.0
67
+ points.push(new GLatLng(35.47794,-80.81815)); // (45 of 250.0) 2007-01-01T16:53:31Z 905 00:15:05 1.74481328110615 Gooby 1.1.0
68
+ points.push(new GLatLng(35.47781,-80.81755)); // (46 of 250.0) 2007-01-01T16:53:48Z 922 00:15:22 1.77974532226665 Gooby 1.1.0
69
+ points.push(new GLatLng(35.47754,-80.8168)); // (47 of 250.0) 2007-01-01T16:54:11Z 945 00:15:45 1.82588188991073 Gooby 1.1.0
70
+ points.push(new GLatLng(35.47728,-80.81625)); // (48 of 250.0) 2007-01-01T16:54:30Z 964 00:16:04 1.8616625872596 Gooby 1.1.0
71
+ points.push(new GLatLng(35.47685,-80.81466)); // (49 of 250.0) 2007-01-01T16:55:20Z 1014 00:16:54 1.95592527415876 Gooby 1.1.0
72
+ points.push(new GLatLng(35.47661,-80.81249)); // (50 of 250.0) 2007-01-01T16:56:25Z 1079 00:17:59 2.07913798743239 2.0 00:08:13 Gooby 1.1.0
73
+ points.push(new GLatLng(35.47633,-80.81039)); // (51 of 250.0) 2007-01-01T16:57:28Z 1142 00:19:02 2.19886498840159 Gooby 1.1.0
74
+ points.push(new GLatLng(35.47633,-80.80972)); // (52 of 250.0) 2007-01-01T16:57:46Z 1160 00:19:20 2.23656174580709 Gooby 1.1.0
75
+ points.push(new GLatLng(35.47614,-80.80852)); // (53 of 250.0) 2007-01-01T16:58:22Z 1196 00:19:56 2.30534271753164 Gooby 1.1.0
76
+ points.push(new GLatLng(35.47563,-80.80781)); // (54 of 250.0) 2007-01-01T16:58:50Z 1224 00:20:24 2.35860974603688 Gooby 1.1.0
77
+ points.push(new GLatLng(35.47509,-80.80732)); // (55 of 250.0) 2007-01-01T16:59:15Z 1249 00:20:49 2.4049995110224 Gooby 1.1.0
78
+ points.push(new GLatLng(35.47477,-80.80713)); // (56 of 250.0) 2007-01-01T16:59:28Z 1262 00:21:02 2.4295572592338 Gooby 1.1.0
79
+ points.push(new GLatLng(35.47464,-80.8073)); // (57 of 250.0) 2007-01-01T16:59:34Z 1268 00:21:08 2.44267830331913 Gooby 1.1.0
80
+ points.push(new GLatLng(35.47451,-80.80764)); // (58 of 250.0) 2007-01-01T16:59:44Z 1278 00:21:18 2.46381203432914 Gooby 1.1.0
81
+ points.push(new GLatLng(35.47408,-80.80843)); // (59 of 250.0) 2007-01-01T17:00:11Z 1305 00:21:45 2.51727574260519 Gooby 1.1.0
82
+ points.push(new GLatLng(35.47382,-80.80869)); // (60 of 250.0) 2007-01-01T17:00:23Z 1317 00:21:57 2.54044233072825 Gooby 1.1.0
83
+ points.push(new GLatLng(35.47348,-80.80878)); // (61 of 250.0) 2007-01-01T17:00:35Z 1329 00:22:09 2.56447251128691 Gooby 1.1.0
84
+ points.push(new GLatLng(35.47224,-80.80882)); // (62 of 250.0) 2007-01-01T17:01:17Z 1371 00:22:51 2.65017365627639 Gooby 1.1.0
85
+ points.push(new GLatLng(35.47191,-80.80878)); // (63 of 250.0) 2007-01-01T17:01:29Z 1383 00:23:03 2.67308425047379 Gooby 1.1.0
86
+ points.push(new GLatLng(35.47153,-80.80891)); // (64 of 250.0) 2007-01-01T17:01:43Z 1397 00:23:17 2.70033838944819 Gooby 1.1.0
87
+ points.push(new GLatLng(35.47125,-80.80919)); // (65 of 250.0) 2007-01-01T17:01:56Z 1410 00:23:30 2.72528740407134 Gooby 1.1.0
88
+ points.push(new GLatLng(35.47101,-80.80953)); // (66 of 250.0) 2007-01-01T17:02:09Z 1423 00:23:43 2.75060426312957 Gooby 1.1.0
89
+ points.push(new GLatLng(35.47078,-80.81007)); // (67 of 250.0) 2007-01-01T17:02:27Z 1441 00:24:01 2.78489324612795 Gooby 1.1.0
90
+ points.push(new GLatLng(35.47013,-80.80981)); // (68 of 250.0) 2007-01-01T17:02:53Z 1467 00:24:27 2.83212459078711 Gooby 1.1.0
91
+ points.push(new GLatLng(35.46979,-80.80957)); // (69 of 250.0) 2007-01-01T17:03:08Z 1482 00:24:42 2.85922027951935 Gooby 1.1.0
92
+ points.push(new GLatLng(35.46945,-80.80912)); // (70 of 250.0) 2007-01-01T17:03:29Z 1503 00:25:03 2.89375940056784 Gooby 1.1.0
93
+ points.push(new GLatLng(35.4691,-80.8088)); // (71 of 250.0) 2007-01-01T17:03:47Z 1521 00:25:21 2.92390833427107 Gooby 1.1.0
94
+ points.push(new GLatLng(35.46857,-80.80811)); // (72 of 250.0) 2007-01-01T17:04:15Z 1549 00:25:49 2.97727765630195 Gooby 1.1.0
95
+ points.push(new GLatLng(35.46831,-80.80786)); // (73 of 250.0) 2007-01-01T17:04:27Z 1561 00:26:01 3.00009374266842 3.0 00:08:02 Gooby 1.1.0
96
+ points.push(new GLatLng(35.46794,-80.8076)); // (74 of 250.0) 2007-01-01T17:04:44Z 1578 00:26:18 3.02954745092445 Gooby 1.1.0
97
+ points.push(new GLatLng(35.46751,-80.80736)); // (75 of 250.0) 2007-01-01T17:05:01Z 1595 00:26:35 3.06218151466462 Gooby 1.1.0
98
+ points.push(new GLatLng(35.46734,-80.80745)); // (76 of 250.0) 2007-01-01T17:05:07Z 1601 00:26:41 3.0749720880458 Gooby 1.1.0
99
+ points.push(new GLatLng(35.46704,-80.80801)); // (77 of 250.0) 2007-01-01T17:05:28Z 1622 00:27:02 3.11268905420829 Gooby 1.1.0
100
+ points.push(new GLatLng(35.46689,-80.80833)); // (78 of 250.0) 2007-01-01T17:05:40Z 1634 00:27:14 3.13346486936051 Gooby 1.1.0
101
+ points.push(new GLatLng(35.46681,-80.80867)); // (79 of 250.0) 2007-01-01T17:05:52Z 1646 00:27:26 3.15337932565819 Gooby 1.1.0
102
+ points.push(new GLatLng(35.46664,-80.80904)); // (80 of 250.0) 2007-01-01T17:06:05Z 1659 00:27:39 3.17728385611932 Gooby 1.1.0
103
+ points.push(new GLatLng(35.46644,-80.80927)); // (81 of 250.0) 2007-01-01T17:06:16Z 1670 00:27:50 3.19621636508951 Gooby 1.1.0
104
+ points.push(new GLatLng(35.46621,-80.80936)); // (82 of 250.0) 2007-01-01T17:06:25Z 1679 00:27:59 3.21289463028136 Gooby 1.1.0
105
+ points.push(new GLatLng(35.46588,-80.80927)); // (83 of 250.0) 2007-01-01T17:06:36Z 1690 00:28:10 3.23624999462761 Gooby 1.1.0
106
+ points.push(new GLatLng(35.46556,-80.8091)); // (84 of 250.0) 2007-01-01T17:06:48Z 1702 00:28:22 3.26033961314525 Gooby 1.1.0
107
+ points.push(new GLatLng(35.46548,-80.80912)); // (85 of 250.0) 2007-01-01T17:06:52Z 1706 00:28:26 3.26598022280125 Gooby 1.1.0
108
+ points.push(new GLatLng(35.46436,-80.80893)); // (86 of 250.0) 2007-01-01T17:07:29Z 1743 00:29:03 3.34409614264439 Gooby 1.1.0
109
+ points.push(new GLatLng(35.46406,-80.80891)); // (87 of 250.0) 2007-01-01T17:07:41Z 1755 00:29:15 3.36485361085304 Gooby 1.1.0
110
+ points.push(new GLatLng(35.46374,-80.80876)); // (88 of 250.0) 2007-01-01T17:07:53Z 1767 00:29:27 3.3885190311186 Gooby 1.1.0
111
+ points.push(new GLatLng(35.46355,-80.80854)); // (89 of 250.0) 2007-01-01T17:08:02Z 1776 00:29:36 3.40656295115908 Gooby 1.1.0
112
+ points.push(new GLatLng(35.46286,-80.80721)); // (90 of 250.0) 2007-01-01T17:08:46Z 1820 00:30:20 3.49529916336949 Gooby 1.1.0
113
+ points.push(new GLatLng(35.46234,-80.80642)); // (91 of 250.0) 2007-01-01T17:09:15Z 1849 00:30:49 3.55245744592194 Gooby 1.1.0
114
+ points.push(new GLatLng(35.46166,-80.80513)); // (92 of 250.0) 2007-01-01T17:10:00Z 1894 00:31:34 3.63892715936797 Gooby 1.1.0
115
+ points.push(new GLatLng(35.46161,-80.80472)); // (93 of 250.0) 2007-01-01T17:10:14Z 1908 00:31:48 3.66225673586267 Gooby 1.1.0
116
+ points.push(new GLatLng(35.46164,-80.80444)); // (94 of 250.0) 2007-01-01T17:10:23Z 1917 00:31:57 3.67814927701203 Gooby 1.1.0
117
+ points.push(new GLatLng(35.46183,-80.80397)); // (95 of 250.0) 2007-01-01T17:10:38Z 1932 00:32:12 3.70767649119482 Gooby 1.1.0
118
+ points.push(new GLatLng(35.46245,-80.80286)); // (96 of 250.0) 2007-01-01T17:11:16Z 1970 00:32:50 3.78341709391958 Gooby 1.1.0
119
+ points.push(new GLatLng(35.46258,-80.80245)); // (97 of 250.0) 2007-01-01T17:11:29Z 1983 00:33:03 3.80817585137394 Gooby 1.1.0
120
+ points.push(new GLatLng(35.4626,-80.80202)); // (98 of 250.0) 2007-01-01T17:11:42Z 1996 00:33:16 3.8324128528592 Gooby 1.1.0
121
+ points.push(new GLatLng(35.46249,-80.80155)); // (99 of 250.0) 2007-01-01T17:11:57Z 2011 00:33:31 3.85993164018752 Gooby 1.1.0
122
+ points.push(new GLatLng(35.46209,-80.80047)); // (100 of 250.0) 2007-01-01T17:12:32Z 2046 00:34:06 3.92669548165869 Gooby 1.1.0
123
+ points.push(new GLatLng(35.46204,-80.79998)); // (101 of 250.0) 2007-01-01T17:12:48Z 2062 00:34:22 3.95448522489637 Gooby 1.1.0
124
+ points.push(new GLatLng(35.46213,-80.79964)); // (102 of 250.0) 2007-01-01T17:12:58Z 2072 00:34:32 3.97460341317231 Gooby 1.1.0
125
+ points.push(new GLatLng(35.46297,-80.79865)); // (103 of 250.0) 2007-01-01T17:13:37Z 2111 00:35:11 4.05505101936915 4.0 00:09:10 Gooby 1.1.0
126
+ points.push(new GLatLng(35.46312,-80.79837)); // (104 of 250.0) 2007-01-01T17:13:47Z 2121 00:35:21 4.07391014820824 Gooby 1.1.0
127
+ points.push(new GLatLng(35.46327,-80.79792)); // (105 of 250.0) 2007-01-01T17:14:01Z 2135 00:35:35 4.10127157280956 Gooby 1.1.0
128
+ points.push(new GLatLng(35.46331,-80.79741)); // (106 of 250.0) 2007-01-01T17:14:15Z 2149 00:35:49 4.13010359489544 Gooby 1.1.0
129
+ points.push(new GLatLng(35.46344,-80.79691)); // (107 of 250.0) 2007-01-01T17:14:28Z 2162 00:36:02 4.15963882112354 Gooby 1.1.0
130
+ points.push(new GLatLng(35.46387,-80.79618)); // (108 of 250.0) 2007-01-01T17:14:56Z 2190 00:36:30 4.21033489758198 Gooby 1.1.0
131
+ points.push(new GLatLng(35.46453,-80.79567)); // (109 of 250.0) 2007-01-01T17:15:25Z 2219 00:36:59 4.26421374278206 Gooby 1.1.0
132
+ points.push(new GLatLng(35.46483,-80.79535)); // (110 of 250.0) 2007-01-01T17:15:39Z 2233 00:37:13 4.29167025085629 Gooby 1.1.0
133
+ points.push(new GLatLng(35.46563,-80.79389)); // (111 of 250.0) 2007-01-01T17:16:27Z 2281 00:38:01 4.39068887175985 Gooby 1.1.0
134
+ points.push(new GLatLng(35.46642,-80.79262)); // (112 of 250.0) 2007-01-01T17:17:11Z 2325 00:38:45 4.48061233191108 Gooby 1.1.0
135
+ points.push(new GLatLng(35.46685,-80.79172)); // (113 of 250.0) 2007-01-01T17:17:41Z 2355 00:39:15 4.53932669602786 Gooby 1.1.0
136
+ points.push(new GLatLng(35.46756,-80.79086)); // (114 of 250.0) 2007-01-01T17:18:16Z 2390 00:39:50 4.60823321378168 Gooby 1.1.0
137
+ points.push(new GLatLng(35.46818,-80.79026)); // (115 of 250.0) 2007-01-01T17:18:48Z 2422 00:40:22 4.66277461161812 Gooby 1.1.0
138
+ points.push(new GLatLng(35.46859,-80.79015)); // (116 of 250.0) 2007-01-01T17:19:03Z 2437 00:40:37 4.69176981605936 Gooby 1.1.0
139
+ points.push(new GLatLng(35.46897,-80.79013)); // (117 of 250.0) 2007-01-01T17:19:16Z 2450 00:40:50 4.71804807692905 Gooby 1.1.0
140
+ points.push(new GLatLng(35.46994,-80.79017)); // (118 of 250.0) 2007-01-01T17:19:50Z 2484 00:41:24 4.78510316115743 Gooby 1.1.0
141
+ points.push(new GLatLng(35.46996,-80.7899)); // (119 of 250.0) 2007-01-01T17:19:58Z 2492 00:41:32 4.80035840159473 Gooby 1.1.0
142
+ points.push(new GLatLng(35.4697,-80.78859)); // (120 of 250.0) 2007-01-01T17:20:36Z 2530 00:42:10 4.87622720509732 Gooby 1.1.0
143
+ points.push(new GLatLng(35.46962,-80.78768)); // (121 of 250.0) 2007-01-01T17:21:03Z 2557 00:42:37 4.92772899489909 Gooby 1.1.0
144
+ points.push(new GLatLng(35.46949,-80.78726)); // (122 of 250.0) 2007-01-01T17:21:18Z 2572 00:42:52 4.95301105829366 Gooby 1.1.0
145
+ points.push(new GLatLng(35.46882,-80.78571)); // (123 of 250.0) 2007-01-01T17:22:17Z 2631 00:43:51 5.05175080375213 5.0 00:08:40 Gooby 1.1.0
146
+ points.push(new GLatLng(35.46887,-80.78541)); // (124 of 250.0) 2007-01-01T17:22:28Z 2642 00:44:02 5.06898133355221 Gooby 1.1.0
147
+ points.push(new GLatLng(35.46904,-80.78511)); // (125 of 250.0) 2007-01-01T17:22:40Z 2654 00:44:14 5.08954614349847 Gooby 1.1.0
148
+ points.push(new GLatLng(35.46947,-80.78455)); // (126 of 250.0) 2007-01-01T17:23:06Z 2680 00:44:40 5.13285337063073 Gooby 1.1.0
149
+ points.push(new GLatLng(35.4697,-80.78464)); // (127 of 250.0) 2007-01-01T17:23:16Z 2690 00:44:50 5.14953142719692 Gooby 1.1.0
150
+ points.push(new GLatLng(35.47043,-80.78543)); // (128 of 250.0) 2007-01-01T17:23:50Z 2724 00:45:24 5.21676032541044 Gooby 1.1.0
151
+ points.push(new GLatLng(35.47127,-80.78665)); // (129 of 250.0) 2007-01-01T17:24:33Z 2767 00:46:07 5.30665177998405 Gooby 1.1.0
152
+ points.push(new GLatLng(35.47151,-80.78713)); // (130 of 250.0) 2007-01-01T17:24:47Z 2781 00:46:21 5.33834400611035 Gooby 1.1.0
153
+ points.push(new GLatLng(35.47168,-80.78717)); // (131 of 250.0) 2007-01-01T17:24:53Z 2787 00:46:27 5.3503031469721 Gooby 1.1.0
154
+ points.push(new GLatLng(35.47187,-80.78713)); // (132 of 250.0) 2007-01-01T17:25:01Z 2795 00:46:35 5.36362172481592 Gooby 1.1.0
155
+ points.push(new GLatLng(35.47221,-80.78723)); // (133 of 250.0) 2007-01-01T17:25:16Z 2810 00:46:50 5.38777675782794 Gooby 1.1.0
156
+ points.push(new GLatLng(35.47254,-80.78723)); // (134 of 250.0) 2007-01-01T17:25:29Z 2823 00:47:03 5.41057652067181 Gooby 1.1.0
157
+ points.push(new GLatLng(35.47266,-80.78715)); // (135 of 250.0) 2007-01-01T17:25:35Z 2829 00:47:09 5.42001041982384 Gooby 1.1.0
158
+ points.push(new GLatLng(35.47273,-80.78685)); // (136 of 250.0) 2007-01-01T17:25:45Z 2839 00:47:19 5.43756959887018 Gooby 1.1.0
159
+ points.push(new GLatLng(35.47297,-80.78618)); // (137 of 250.0) 2007-01-01T17:26:08Z 2862 00:47:42 5.4787535372452 Gooby 1.1.0
160
+ points.push(new GLatLng(35.47331,-80.7855)); // (138 of 250.0) 2007-01-01T17:26:33Z 2887 00:48:07 5.52365013695313 Gooby 1.1.0
161
+ points.push(new GLatLng(35.47352,-80.78524)); // (139 of 250.0) 2007-01-01T17:26:43Z 2897 00:48:17 5.54425407864023 Gooby 1.1.0
162
+ points.push(new GLatLng(35.47472,-80.78558)); // (140 of 250.0) 2007-01-01T17:27:27Z 2941 00:49:01 5.62934052298839 Gooby 1.1.0
163
+ points.push(new GLatLng(35.47629,-80.7859)); // (141 of 250.0) 2007-01-01T17:28:26Z 3000 00:50:00 5.73929591531696 Gooby 1.1.0
164
+ points.push(new GLatLng(35.4764,-80.78597)); // (142 of 250.0) 2007-01-01T17:28:30Z 3004 00:50:04 5.74785556885378 Gooby 1.1.0
165
+ points.push(new GLatLng(35.47736,-80.78627)); // (143 of 250.0) 2007-01-01T17:29:09Z 3043 00:50:43 5.81629594824518 Gooby 1.1.0
166
+ points.push(new GLatLng(35.47827,-80.78642)); // (144 of 250.0) 2007-01-01T17:29:45Z 3079 00:51:19 5.87973170659932 Gooby 1.1.0
167
+ points.push(new GLatLng(35.47887,-80.78657)); // (145 of 250.0) 2007-01-01T17:30:08Z 3102 00:51:42 5.92203603227292 Gooby 1.1.0
168
+ points.push(new GLatLng(35.4803,-80.7873)); // (146 of 250.0) 2007-01-01T17:31:07Z 3161 00:52:41 6.02903135596159 6.0 00:08:50 Gooby 1.1.0
169
+ points.push(new GLatLng(35.48241,-80.78826)); // (147 of 250.0) 2007-01-01T17:32:34Z 3248 00:54:08 6.18449467024809 Gooby 1.1.0
170
+ points.push(new GLatLng(35.48286,-80.78869)); // (148 of 250.0) 2007-01-01T17:32:55Z 3269 00:54:29 6.22388815438189 Gooby 1.1.0
171
+ points.push(new GLatLng(35.48329,-80.78917)); // (149 of 250.0) 2007-01-01T17:33:17Z 3291 00:54:51 6.26403588156378 Gooby 1.1.0
172
+ points.push(new GLatLng(35.48393,-80.78964)); // (150 of 250.0) 2007-01-01T17:33:44Z 3318 00:55:18 6.31555628095107 Gooby 1.1.0
173
+ points.push(new GLatLng(35.48427,-80.78974)); // (151 of 250.0) 2007-01-01T17:33:57Z 3331 00:55:31 6.33971109788962 Gooby 1.1.0
174
+ points.push(new GLatLng(35.48494,-80.78974)); // (152 of 250.0) 2007-01-01T17:34:22Z 3356 00:55:56 6.38600137376808 Gooby 1.1.0
175
+ points.push(new GLatLng(35.48522,-80.78964)); // (153 of 250.0) 2007-01-01T17:34:33Z 3367 00:56:07 6.40614799265221 Gooby 1.1.0
176
+ points.push(new GLatLng(35.48554,-80.78959)); // (154 of 250.0) 2007-01-01T17:34:45Z 3379 00:56:19 6.42843493859868 Gooby 1.1.0
177
+ points.push(new GLatLng(35.48588,-80.78964)); // (155 of 250.0) 2007-01-01T17:34:58Z 3392 00:56:32 6.45209330044155 Gooby 1.1.0
178
+ points.push(new GLatLng(35.48651,-80.79)); // (156 of 250.0) 2007-01-01T17:35:24Z 3418 00:56:58 6.50010092660665 Gooby 1.1.0
179
+ points.push(new GLatLng(35.48713,-80.79056)); // (157 of 250.0) 2007-01-01T17:35:49Z 3443 00:57:23 6.55327403771079 Gooby 1.1.0
180
+ points.push(new GLatLng(35.4876,-80.79086)); // (158 of 250.0) 2007-01-01T17:36:08Z 3462 00:57:42 6.58987017754287 Gooby 1.1.0
181
+ points.push(new GLatLng(35.48818,-80.79103)); // (159 of 250.0) 2007-01-01T17:36:30Z 3484 00:58:04 6.6310677582495 Gooby 1.1.0
182
+ points.push(new GLatLng(35.48904,-80.79114)); // (160 of 250.0) 2007-01-01T17:36:59Z 3513 00:58:33 6.69080646770982 Gooby 1.1.0
183
+ points.push(new GLatLng(35.4899,-80.79108)); // (161 of 250.0) 2007-01-01T17:37:31Z 3545 00:59:05 6.7503196337553 Gooby 1.1.0
184
+ points.push(new GLatLng(35.49097,-80.79131)); // (162 of 250.0) 2007-01-01T17:38:14Z 3588 00:59:48 6.82536962494143 Gooby 1.1.0
185
+ points.push(new GLatLng(35.49127,-80.79215)); // (163 of 250.0) 2007-01-01T17:38:35Z 3609 01:00:09 6.87696854287128 Gooby 1.1.0
186
+ points.push(new GLatLng(35.49397,-80.79543)); // (164 of 250.0) 2007-01-01T17:40:54Z 3748 01:02:28 7.13934509535918 7.0 00:09:47 Gooby 1.1.0
187
+ points.push(new GLatLng(35.49438,-80.79582)); // (165 of 250.0) 2007-01-01T17:41:13Z 3767 01:02:47 7.17517370239528 Gooby 1.1.0
188
+ points.push(new GLatLng(35.49481,-80.79607)); // (166 of 250.0) 2007-01-01T17:41:29Z 3783 01:03:03 7.20804255500712 Gooby 1.1.0
189
+ points.push(new GLatLng(35.49577,-80.79629)); // (167 of 250.0) 2007-01-01T17:42:02Z 3816 01:03:36 7.27551351970336 Gooby 1.1.0
190
+ points.push(new GLatLng(35.4962,-80.79633)); // (168 of 250.0) 2007-01-01T17:42:16Z 3830 01:03:50 7.30530726384972 Gooby 1.1.0
191
+ points.push(new GLatLng(35.49668,-80.79629)); // (169 of 250.0) 2007-01-01T17:42:31Z 3845 01:04:05 7.33854675928158 Gooby 1.1.0
192
+ points.push(new GLatLng(35.49839,-80.79595)); // (170 of 250.0) 2007-01-01T17:43:36Z 3910 01:05:10 7.45822856048847 Gooby 1.1.0
193
+ points.push(new GLatLng(35.49886,-80.79595)); // (171 of 250.0) 2007-01-01T17:43:52Z 3926 01:05:26 7.49070079807094 Gooby 1.1.0
194
+ points.push(new GLatLng(35.49925,-80.79601)); // (172 of 250.0) 2007-01-01T17:44:05Z 3939 01:05:39 7.5178564544457 Gooby 1.1.0
195
+ points.push(new GLatLng(35.49957,-80.79599)); // (173 of 250.0) 2007-01-01T17:44:16Z 3950 01:05:50 7.53999387997088 Gooby 1.1.0
196
+ points.push(new GLatLng(35.50077,-80.7961)); // (174 of 250.0) 2007-01-01T17:44:58Z 3992 01:06:32 7.62313242908039 Gooby 1.1.0
197
+ points.push(new GLatLng(35.50146,-80.79584)); // (175 of 250.0) 2007-01-01T17:45:24Z 4018 01:06:58 7.67299718504155 Gooby 1.1.0
198
+ points.push(new GLatLng(35.50193,-80.79558)); // (176 of 250.0) 2007-01-01T17:45:43Z 4037 01:07:17 7.70861052139643 Gooby 1.1.0
199
+ points.push(new GLatLng(35.50328,-80.79472)); // (177 of 250.0) 2007-01-01T17:46:41Z 4095 01:08:15 7.81367875124929 Gooby 1.1.0
200
+ points.push(new GLatLng(35.50406,-80.79436)); // (178 of 250.0) 2007-01-01T17:47:13Z 4127 01:08:47 7.87124728741485 Gooby 1.1.0
201
+ points.push(new GLatLng(35.50449,-80.79429)); // (179 of 250.0) 2007-01-01T17:47:28Z 4142 01:09:02 7.90121564051555 Gooby 1.1.0
202
+ points.push(new GLatLng(35.5053,-80.79447)); // (180 of 250.0) 2007-01-01T17:47:58Z 4172 01:09:32 7.95808684765144 Gooby 1.1.0
203
+ points.push(new GLatLng(35.5059,-80.79466)); // (181 of 250.0) 2007-01-01T17:48:20Z 4194 01:09:54 8.00089608940706 8.0 00:07:26 Gooby 1.1.0
204
+ points.push(new GLatLng(35.5062,-80.79489)); // (182 of 250.0) 2007-01-01T17:48:33Z 4207 01:10:07 8.02532847965777 Gooby 1.1.0
205
+ points.push(new GLatLng(35.50642,-80.79513)); // (183 of 250.0) 2007-01-01T17:48:43Z 4217 01:10:17 8.04565674617567 Gooby 1.1.0
206
+ points.push(new GLatLng(35.50668,-80.79554)); // (184 of 250.0) 2007-01-01T17:48:58Z 4232 01:10:32 8.07488722071245 Gooby 1.1.0
207
+ points.push(new GLatLng(35.50719,-80.79676)); // (185 of 250.0) 2007-01-01T17:49:44Z 4278 01:11:18 8.15202139766184 Gooby 1.1.0
208
+ points.push(new GLatLng(35.50732,-80.79728)); // (186 of 250.0) 2007-01-01T17:49:59Z 4293 01:11:33 8.18261541437031 Gooby 1.1.0
209
+ points.push(new GLatLng(35.50743,-80.7988)); // (187 of 250.0) 2007-01-01T17:50:41Z 4335 01:12:15 8.2684405036523 Gooby 1.1.0
210
+ points.push(new GLatLng(35.50762,-80.80073)); // (188 of 250.0) 2007-01-01T17:51:36Z 4390 01:13:10 8.37777837423045 Gooby 1.1.0
211
+ points.push(new GLatLng(35.5073,-80.80107)); // (189 of 250.0) 2007-01-01T17:51:52Z 4406 01:13:26 8.40700944394348 Gooby 1.1.0
212
+ points.push(new GLatLng(35.50655,-80.80161)); // (190 of 250.0) 2007-01-01T17:52:25Z 4439 01:13:59 8.46707144221537 Gooby 1.1.0
213
+ points.push(new GLatLng(35.50625,-80.80213)); // (191 of 250.0) 2007-01-01T17:52:44Z 4458 01:14:18 8.50291767127562 Gooby 1.1.0
214
+ points.push(new GLatLng(35.50601,-80.80271)); // (192 of 250.0) 2007-01-01T17:53:04Z 4478 01:14:38 8.53951110128088 Gooby 1.1.0
215
+ points.push(new GLatLng(35.50616,-80.80346)); // (193 of 250.0) 2007-01-01T17:53:17Z 4491 01:14:51 8.58294777062179 Gooby 1.1.0
216
+ points.push(new GLatLng(35.50597,-80.80453)); // (194 of 250.0) 2007-01-01T17:53:50Z 4524 01:15:24 8.64454280208889 Gooby 1.1.0
217
+ points.push(new GLatLng(35.50607,-80.80562)); // (195 of 250.0) 2007-01-01T17:54:22Z 4556 01:15:56 8.7062357655418 Gooby 1.1.0
218
+ points.push(new GLatLng(35.50618,-80.8062)); // (196 of 250.0) 2007-01-01T17:54:38Z 4572 01:16:12 8.73973027633451 Gooby 1.1.0
219
+ points.push(new GLatLng(35.5061,-80.80743)); // (197 of 250.0) 2007-01-01T17:55:11Z 4605 01:16:45 8.80912956310318 Gooby 1.1.0
220
+ points.push(new GLatLng(35.50595,-80.80798)); // (198 of 250.0) 2007-01-01T17:55:27Z 4621 01:17:01 8.84175306960889 Gooby 1.1.0
221
+ points.push(new GLatLng(35.50573,-80.80833)); // (199 of 250.0) 2007-01-01T17:55:38Z 4632 01:17:12 8.86662344198996 Gooby 1.1.0
222
+ points.push(new GLatLng(35.50541,-80.80863)); // (200 of 250.0) 2007-01-01T17:55:51Z 4645 01:17:25 8.89443527562219 Gooby 1.1.0
223
+ points.push(new GLatLng(35.50498,-80.80919)); // (201 of 250.0) 2007-01-01T17:56:12Z 4666 01:17:46 8.93773229781598 Gooby 1.1.0
224
+ points.push(new GLatLng(35.50479,-80.80964)); // (202 of 250.0) 2007-01-01T17:56:27Z 4681 01:18:01 8.96624369659647 Gooby 1.1.0
225
+ points.push(new GLatLng(35.50421,-80.81163)); // (203 of 250.0) 2007-01-01T17:57:32Z 4746 01:19:06 9.08512664234412 9.0 00:09:12 Gooby 1.1.0
226
+ points.push(new GLatLng(35.50401,-80.81198)); // (204 of 250.0) 2007-01-01T17:57:47Z 4761 01:19:21 9.10917780926882 Gooby 1.1.0
227
+ points.push(new GLatLng(35.50331,-80.8127)); // (205 of 250.0) 2007-01-01T17:58:27Z 4801 01:20:01 9.17225647214594 Gooby 1.1.0
228
+ points.push(new GLatLng(35.50262,-80.81348)); // (206 of 250.0) 2007-01-01T17:59:09Z 4843 01:20:43 9.23704313375169 Gooby 1.1.0
229
+ points.push(new GLatLng(35.50234,-80.81367)); // (207 of 250.0) 2007-01-01T17:59:23Z 4857 01:20:57 9.25914382799404 Gooby 1.1.0
230
+ points.push(new GLatLng(35.50157,-80.81388)); // (208 of 250.0) 2007-01-01T17:59:53Z 4887 01:21:27 9.31363860333765 Gooby 1.1.0
231
+ points.push(new GLatLng(35.50114,-80.81406)); // (209 of 250.0) 2007-01-01T18:00:10Z 4904 01:21:44 9.34502501587095 Gooby 1.1.0
232
+ points.push(new GLatLng(35.50092,-80.81421)); // (210 of 250.0) 2007-01-01T18:00:19Z 4913 01:21:53 9.36240934158006 Gooby 1.1.0
233
+ points.push(new GLatLng(35.50004,-80.81539)); // (211 of 250.0) 2007-01-01T18:01:08Z 4962 01:22:42 9.45241877724206 Gooby 1.1.0
234
+ points.push(new GLatLng(35.49951,-80.8162)); // (212 of 250.0) 2007-01-01T18:01:37Z 4991 01:23:11 9.51087053002602 Gooby 1.1.0
235
+ points.push(new GLatLng(35.4991,-80.81685)); // (213 of 250.0) 2007-01-01T18:01:58Z 5012 01:23:32 9.55712117603291 Gooby 1.1.0
236
+ points.push(new GLatLng(35.49891,-80.81732)); // (214 of 250.0) 2007-01-01T18:02:12Z 5026 01:23:46 9.58663742904434 Gooby 1.1.0
237
+ points.push(new GLatLng(35.49865,-80.81927)); // (215 of 250.0) 2007-01-01T18:03:05Z 5079 01:24:39 9.69778244045338 Gooby 1.1.0
238
+ points.push(new GLatLng(35.4985,-80.82086)); // (216 of 250.0) 2007-01-01T18:03:53Z 5127 01:25:27 9.78781558904435 Gooby 1.1.0
239
+ points.push(new GLatLng(35.49889,-80.82283)); // (217 of 250.0) 2007-01-01T18:04:49Z 5183 01:26:23 9.90185346496497 Gooby 1.1.0
240
+ points.push(new GLatLng(35.4991,-80.82376)); // (218 of 250.0) 2007-01-01T18:05:16Z 5210 01:26:50 9.95613885695368 Gooby 1.1.0
241
+ points.push(new GLatLng(35.49929,-80.82513)); // (219 of 250.0) 2007-01-01T18:05:55Z 5249 01:27:29 10.0343084545527 10.0 00:08:23 Gooby 1.1.0
242
+ points.push(new GLatLng(35.4994,-80.82633)); // (220 of 250.0) 2007-01-01T18:06:28Z 5282 01:28:02 10.1022322333845 Gooby 1.1.0
243
+ points.push(new GLatLng(35.49936,-80.8268)); // (221 of 250.0) 2007-01-01T18:06:40Z 5294 01:28:14 10.1288127025929 Gooby 1.1.0
244
+ points.push(new GLatLng(35.49942,-80.82858)); // (222 of 250.0) 2007-01-01T18:07:31Z 5345 01:29:05 10.2290193356501 Gooby 1.1.0
245
+ points.push(new GLatLng(35.49955,-80.8297)); // (223 of 250.0) 2007-01-01T18:08:07Z 5381 01:29:41 10.2926536716322 Gooby 1.1.0
246
+ points.push(new GLatLng(35.49964,-80.83099)); // (224 of 250.0) 2007-01-01T18:08:44Z 5418 01:30:18 10.3654789327897 Gooby 1.1.0
247
+ points.push(new GLatLng(35.49955,-80.83191)); // (225 of 250.0) 2007-01-01T18:09:08Z 5442 01:30:42 10.4175989078993 Gooby 1.1.0
248
+ points.push(new GLatLng(35.49934,-80.83245)); // (226 of 250.0) 2007-01-01T18:09:24Z 5458 01:30:58 10.4512599955359 Gooby 1.1.0
249
+ points.push(new GLatLng(35.49899,-80.83298)); // (227 of 250.0) 2007-01-01T18:09:44Z 5478 01:31:18 10.4896456776375 Gooby 1.1.0
250
+ points.push(new GLatLng(35.49846,-80.83343)); // (228 of 250.0) 2007-01-01T18:10:06Z 5500 01:31:40 10.5341601253064 Gooby 1.1.0
251
+ points.push(new GLatLng(35.49766,-80.83378)); // (229 of 250.0) 2007-01-01T18:10:35Z 5529 01:32:09 10.5928335551944 Gooby 1.1.0
252
+ points.push(new GLatLng(35.4976,-80.83356)); // (230 of 250.0) 2007-01-01T18:10:41Z 5535 01:32:15 10.6058842695993 Gooby 1.1.0
253
+ points.push(new GLatLng(35.49762,-80.83318)); // (231 of 250.0) 2007-01-01T18:10:51Z 5545 01:32:25 10.627303536006 Gooby 1.1.0
254
+ points.push(new GLatLng(35.49773,-80.83268)); // (232 of 250.0) 2007-01-01T18:11:04Z 5558 01:32:38 10.6564367745791 Gooby 1.1.0
255
+ points.push(new GLatLng(35.49773,-80.83223)); // (233 of 250.0) 2007-01-01T18:11:18Z 5572 01:32:52 10.6817487541268 Gooby 1.1.0
256
+ points.push(new GLatLng(35.49753,-80.83189)); // (234 of 250.0) 2007-01-01T18:11:30Z 5584 01:33:04 10.7053430527351 Gooby 1.1.0
257
+ points.push(new GLatLng(35.49687,-80.83019)); // (235 of 250.0) 2007-01-01T18:12:20Z 5634 01:33:54 10.8112825912292 Gooby 1.1.0
258
+ points.push(new GLatLng(35.4967,-80.82987)); // (236 of 250.0) 2007-01-01T18:12:31Z 5645 01:34:05 10.8327754010242 Gooby 1.1.0
259
+ points.push(new GLatLng(35.4965,-80.82933)); // (237 of 250.0) 2007-01-01T18:12:47Z 5661 01:34:21 10.8661455413704 Gooby 1.1.0
260
+ points.push(new GLatLng(35.49648,-80.82895)); // (238 of 250.0) 2007-01-01T18:12:57Z 5671 01:34:31 10.8875649702234 Gooby 1.1.0
261
+ points.push(new GLatLng(35.4965,-80.82839)); // (239 of 250.0) 2007-01-01T18:13:12Z 5686 01:34:46 10.9190950608135 Gooby 1.1.0
262
+ points.push(new GLatLng(35.49648,-80.82833)); // (240 of 250.0) 2007-01-01T18:13:14Z 5688 01:34:48 10.9227417880373 Gooby 1.1.0
263
+ points.push(new GLatLng(35.49582,-80.82822)); // (241 of 250.0) 2007-01-01T18:13:36Z 5710 01:35:10 10.9687590799818 Gooby 1.1.0
264
+ points.push(new GLatLng(35.49573,-80.82841)); // (242 of 250.0) 2007-01-01T18:13:42Z 5716 01:35:16 10.9811239046963 Gooby 1.1.0
265
+ points.push(new GLatLng(35.49567,-80.82893)); // (243 of 250.0) 2007-01-01T18:13:55Z 5729 01:35:29 11.0106663163515 11.0 00:08:00 Gooby 1.1.0
266
+ points.push(new GLatLng(35.49569,-80.8294)); // (244 of 250.0) 2007-01-01T18:14:07Z 5741 01:35:41 11.0371399494688 Gooby 1.1.0
267
+ points.push(new GLatLng(35.49592,-80.83034)); // (245 of 250.0) 2007-01-01T18:14:34Z 5768 01:36:08 11.0923513583218 Gooby 1.1.0
268
+ points.push(new GLatLng(35.49659,-80.83217)); // (246 of 250.0) 2007-01-01T18:15:28Z 5822 01:37:02 11.2052179612014 Gooby 1.1.0
269
+ points.push(new GLatLng(35.49625,-80.83238)); // (247 of 250.0) 2007-01-01T18:15:42Z 5836 01:37:16 11.2315113124251 Gooby 1.1.0
270
+ points.push(new GLatLng(35.4958,-80.83281)); // (248 of 250.0) 2007-01-01T18:16:01Z 5855 01:37:35 11.2709023675027 Gooby 1.1.0
271
+ points.push(new GLatLng(35.49567,-80.83262)); // (249 of 250.0) 2007-01-01T18:16:08Z 5862 01:37:42 11.2848627872983 Gooby 1.1.0
272
+ points.push(new GLatLng(35.4956,-80.83242)); // (250 of 250.0) 2007-01-01T18:16:14Z 5868 01:37:48 11.2971082843788 Gooby 1.1.0
273
+
274
+ var routePolyline = new GPolyline(points);
275
+ map.addOverlay(routePolyline);
276
+
277
+ // Create a base icon for all of our markers that specifies the
278
+ // shadow, icon dimensions, etc.
279
+ var baseIcon = new GIcon();
280
+ baseIcon.shadow = "http://www.joakim-systems.com/gicons/shadow50.png";
281
+ baseIcon.iconSize = new GSize(20, 34);
282
+ baseIcon.shadowSize = new GSize(37, 34);
283
+ baseIcon.iconAnchor = new GPoint(9, 34);
284
+ baseIcon.infoWindowAnchor = new GPoint(9, 2);
285
+ baseIcon.infoShadowAnchor = new GPoint(18, 25);
286
+
287
+ var iconStart = new GIcon(baseIcon);
288
+ iconStart.image = "http://www.joakim-systems.com/gicons/dd-start.png";
289
+ var pStart = new GPoint(-80.83217, 35.49552);
290
+ var mStart = new GMarker(pStart, iconStart);
291
+ GEvent.addListener(mStart, "click", function() {
292
+ mStart.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Start!</b></td></tr><tr><td>Distance: </td><td>0.0</td></tr><tr><td>Time of Day: </td><td>2007-01-01T16:38:26Z </td></tr><tr><td>Elapsed Time: </td><td>00:00:00 </td></tr><tr><td>Average Pace: </td><td> </td></tr><tr><td>Lat/Lng: </td><td>35.49552 , -80.83217 </td></tr></table>");
293
+ });
294
+ map.addOverlay(mStart);
295
+
296
+ var icon1 = new GIcon(baseIcon);
297
+ icon1.image = "http://www.joakim-systems.com/gicons/marker1.png";
298
+ var p1 = new GPoint(-80.82206, 35.48535);
299
+ var m1 = new GMarker(p1, icon1);
300
+ GEvent.addListener(m1, "click", function() {
301
+ m1.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 1</b></td></tr><tr><td>Distance: </td><td>1.11609284164963</td></tr><tr><td>Time of Day: </td><td>2007-01-01T16:48:12Z </td></tr><tr><td>Elapsed Time: </td><td>00:09:46 </td></tr><tr><td>Average Pace: </td><td>8:45.0 </td></tr><tr><td>Lat/Lng: </td><td>35.48535 , -80.82206 </td></tr></table>");
302
+ });
303
+ map.addOverlay(m1);
304
+
305
+ var icon2 = new GIcon(baseIcon);
306
+ icon2.image = "http://www.joakim-systems.com/gicons/marker2.png";
307
+ var p2 = new GPoint(-80.81249, 35.47661);
308
+ var m2 = new GMarker(p2, icon2);
309
+ GEvent.addListener(m2, "click", function() {
310
+ m2.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 2</b></td></tr><tr><td>Distance: </td><td>2.07913798743239</td></tr><tr><td>Time of Day: </td><td>2007-01-01T16:56:25Z </td></tr><tr><td>Elapsed Time: </td><td>00:17:59 </td></tr><tr><td>Average Pace: </td><td>8:39.0 </td></tr><tr><td>Lat/Lng: </td><td>35.47661 , -80.81249 </td></tr></table>");
311
+ });
312
+ map.addOverlay(m2);
313
+
314
+ var icon3 = new GIcon(baseIcon);
315
+ icon3.image = "http://www.joakim-systems.com/gicons/marker3.png";
316
+ var p3 = new GPoint(-80.80786, 35.46831);
317
+ var m3 = new GMarker(p3, icon3);
318
+ GEvent.addListener(m3, "click", function() {
319
+ m3.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 3</b></td></tr><tr><td>Distance: </td><td>3.00009374266842</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:04:27Z </td></tr><tr><td>Elapsed Time: </td><td>00:26:01 </td></tr><tr><td>Average Pace: </td><td>8:40.3 </td></tr><tr><td>Lat/Lng: </td><td>35.46831 , -80.80786 </td></tr></table>");
320
+ });
321
+ map.addOverlay(m3);
322
+
323
+ var icon4 = new GIcon(baseIcon);
324
+ icon4.image = "http://www.joakim-systems.com/gicons/marker4.png";
325
+ var p4 = new GPoint(-80.79865, 35.46297);
326
+ var m4 = new GMarker(p4, icon4);
327
+ GEvent.addListener(m4, "click", function() {
328
+ m4.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 4</b></td></tr><tr><td>Distance: </td><td>4.05505101936915</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:13:37Z </td></tr><tr><td>Elapsed Time: </td><td>00:35:11 </td></tr><tr><td>Average Pace: </td><td>8:40.6 </td></tr><tr><td>Lat/Lng: </td><td>35.46297 , -80.79865 </td></tr></table>");
329
+ });
330
+ map.addOverlay(m4);
331
+
332
+ var icon5 = new GIcon(baseIcon);
333
+ icon5.image = "http://www.joakim-systems.com/gicons/marker5.png";
334
+ var p5 = new GPoint(-80.78571, 35.46882);
335
+ var m5 = new GMarker(p5, icon5);
336
+ GEvent.addListener(m5, "click", function() {
337
+ m5.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 5</b></td></tr><tr><td>Distance: </td><td>5.05175080375213</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:22:17Z </td></tr><tr><td>Elapsed Time: </td><td>00:43:51 </td></tr><tr><td>Average Pace: </td><td>8:40.8 </td></tr><tr><td>Lat/Lng: </td><td>35.46882 , -80.78571 </td></tr></table>");
338
+ });
339
+ map.addOverlay(m5);
340
+
341
+ var icon6 = new GIcon(baseIcon);
342
+ icon6.image = "http://www.joakim-systems.com/gicons/marker6.png";
343
+ var p6 = new GPoint(-80.7873, 35.4803);
344
+ var m6 = new GMarker(p6, icon6);
345
+ GEvent.addListener(m6, "click", function() {
346
+ m6.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 6</b></td></tr><tr><td>Distance: </td><td>6.02903135596159</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:31:07Z </td></tr><tr><td>Elapsed Time: </td><td>00:52:41 </td></tr><tr><td>Average Pace: </td><td>8:44.3 </td></tr><tr><td>Lat/Lng: </td><td>35.4803 , -80.7873 </td></tr></table>");
347
+ });
348
+ map.addOverlay(m6);
349
+
350
+ var icon7 = new GIcon(baseIcon);
351
+ icon7.image = "http://www.joakim-systems.com/gicons/marker7.png";
352
+ var p7 = new GPoint(-80.79543, 35.49397);
353
+ var m7 = new GMarker(p7, icon7);
354
+ GEvent.addListener(m7, "click", function() {
355
+ m7.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 7</b></td></tr><tr><td>Distance: </td><td>7.13934509535918</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:40:54Z </td></tr><tr><td>Elapsed Time: </td><td>01:02:28 </td></tr><tr><td>Average Pace: </td><td>8:45.0 </td></tr><tr><td>Lat/Lng: </td><td>35.49397 , -80.79543 </td></tr></table>");
356
+ });
357
+ map.addOverlay(m7);
358
+
359
+ var icon8 = new GIcon(baseIcon);
360
+ icon8.image = "http://www.joakim-systems.com/gicons/marker8.png";
361
+ var p8 = new GPoint(-80.79466, 35.5059);
362
+ var m8 = new GMarker(p8, icon8);
363
+ GEvent.addListener(m8, "click", function() {
364
+ m8.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 8</b></td></tr><tr><td>Distance: </td><td>8.00089608940706</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:48:20Z </td></tr><tr><td>Elapsed Time: </td><td>01:09:54 </td></tr><tr><td>Average Pace: </td><td>8:44.2 </td></tr><tr><td>Lat/Lng: </td><td>35.5059 , -80.79466 </td></tr></table>");
365
+ });
366
+ map.addOverlay(m8);
367
+
368
+ var icon9 = new GIcon(baseIcon);
369
+ icon9.image = "http://www.joakim-systems.com/gicons/marker9.png";
370
+ var p9 = new GPoint(-80.81163, 35.50421);
371
+ var m9 = new GMarker(p9, icon9);
372
+ GEvent.addListener(m9, "click", function() {
373
+ m9.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 9</b></td></tr><tr><td>Distance: </td><td>9.08512664234412</td></tr><tr><td>Time of Day: </td><td>2007-01-01T17:57:32Z </td></tr><tr><td>Elapsed Time: </td><td>01:19:06 </td></tr><tr><td>Average Pace: </td><td>8:42.4 </td></tr><tr><td>Lat/Lng: </td><td>35.50421 , -80.81163 </td></tr></table>");
374
+ });
375
+ map.addOverlay(m9);
376
+
377
+ var icon10 = new GIcon(baseIcon);
378
+ icon10.image = "http://www.joakim-systems.com/gicons/marker10.png";
379
+ var p10 = new GPoint(-80.82513, 35.49929);
380
+ var m10 = new GMarker(p10, icon10);
381
+ GEvent.addListener(m10, "click", function() {
382
+ m10.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 10</b></td></tr><tr><td>Distance: </td><td>10.0343084545527</td></tr><tr><td>Time of Day: </td><td>2007-01-01T18:05:55Z </td></tr><tr><td>Elapsed Time: </td><td>01:27:29 </td></tr><tr><td>Average Pace: </td><td>8:43.1 </td></tr><tr><td>Lat/Lng: </td><td>35.49929 , -80.82513 </td></tr></table>");
383
+ });
384
+ map.addOverlay(m10);
385
+
386
+ var icon11 = new GIcon(baseIcon);
387
+ icon11.image = "http://www.joakim-systems.com/gicons/marker11.png";
388
+ var p11 = new GPoint(-80.82893, 35.49567);
389
+ var m11 = new GMarker(p11, icon11);
390
+ GEvent.addListener(m11, "click", function() {
391
+ m11.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 11</b></td></tr><tr><td>Distance: </td><td>11.0106663163515</td></tr><tr><td>Time of Day: </td><td>2007-01-01T18:13:55Z </td></tr><tr><td>Elapsed Time: </td><td>01:35:29 </td></tr><tr><td>Average Pace: </td><td>8:40.3 </td></tr><tr><td>Lat/Lng: </td><td>35.49567 , -80.82893 </td></tr></table>");
392
+ });
393
+ map.addOverlay(m11);
394
+
395
+ var iconFinish = new GIcon(baseIcon);
396
+ iconFinish.image = "http://www.joakim-systems.com/gicons/dd-end.png";
397
+ var pFinish = new GPoint(-80.83242, 35.4956);
398
+ var mFinish = new GMarker(pFinish, iconFinish);
399
+ GEvent.addListener(mFinish, "click", function() {
400
+ mFinish.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Finish!</b></td></tr><tr><td>Distance: </td><td>11.2971082843788</td></tr><tr><td>Time of Day: </td><td>2007-01-01T18:16:14Z </td></tr><tr><td>Elapsed Time: </td><td>01:37:48 </td></tr><tr><td>Average Pace: </td><td>8:39.4 </td></tr><tr><td>Lat/Lng: </td><td>35.4956 , -80.83242 </td></tr></table>");
401
+ });
402
+ map.addOverlay(mFinish);
403
+
404
+
405
+
406
+
407
+ GEvent.addListener(map, "click", function() {
408
+ var center = map.getCenter();
409
+
410
+ document.getElementById("messages").innerHTML = 'click: ' + center.toString();
411
+ });
412
+ GEvent.addListener(map, "moveend", function() {
413
+ var center = map.getCenter();
414
+
415
+ document.getElementById("messages").innerHTML = 'moveend: ' + center.toString();
416
+ });
417
+
418
+ }
419
+ }
420
+ //]]>
421
+
422
+ </script>
423
+ </head>
424
+ <body onload="load()" onunload="GUnload()">
425
+ <center>
426
+ <h3> 2007/01/01 Davidson Training Run 11-miler </h3>
427
+ <h5> Generated by Gooby Sun Jun 10 16:16:37 EDT 2007 <br> Gooby = Google APIs + Ruby </h5>
428
+ <div id="map" style="width: 900px; height: 600px"></div>
429
+ <div id="messages"></div>
430
+ </center>
431
+ </body>
432
+ </html>
@@ -0,0 +1,395 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
6
+ <meta name="description" content="Google Map generated with Gooby 1.1.0">
7
+ <meta name="keywords" content="Google Map Gooby 1.1.0 GPS">
8
+ <title> Google Map by Gooby </title>
9
+ <script src='http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAdn5SVzjZKZKs1IRkFdx52xR1l5lLpU9GCFYoS8YrTf8v3gVJ2hRLV1dTSiqDWwWSnMRkM7SVr0EKSA' type='text/javascript'></script>
10
+ <script type="text/javascript">
11
+ //<![CDATA[
12
+ function load() {
13
+ if (GBrowserIsCompatible()) {
14
+ var map = new GMap2(document.getElementById("map"));
15
+ map.addControl(new GLargeMapControl());
16
+ map.addControl(new GMapTypeControl());
17
+
18
+ var centerPoint = new GLatLng(35.492799, -80.843602); // Gooby 1.1.0
19
+ map.setCenter(centerPoint, 12);
20
+
21
+
22
+ var points = new Array();
23
+ points.push(new GLatLng(35.497639,-80.849108)); // (1 of 285.0) 2007-05-05T12:28:32Z 0 00:00:00 0.0 Gooby 1.1.0
24
+ points.push(new GLatLng(35.49754,-80.849112)); // (2 of 285.0) 2007-05-05T12:28:36Z 4 00:00:04 0.00684378881971112 Gooby 1.1.0
25
+ points.push(new GLatLng(35.497316,-80.849081)); // (3 of 285.0) 2007-05-05T12:28:42Z 10 00:00:10 0.0224177557826385 Gooby 1.1.0
26
+ points.push(new GLatLng(35.497137,-80.849095)); // (4 of 285.0) 2007-05-05T12:28:47Z 15 00:00:15 0.0348098464747199 Gooby 1.1.0
27
+ points.push(new GLatLng(35.496959,-80.849106)); // (5 of 285.0) 2007-05-05T12:28:52Z 20 00:00:20 0.0471233494302427 Gooby 1.1.0
28
+ points.push(new GLatLng(35.496749,-80.849108)); // (6 of 285.0) 2007-05-05T12:28:58Z 26 00:00:26 0.061632647161101 Gooby 1.1.0
29
+ points.push(new GLatLng(35.496551,-80.849113)); // (7 of 285.0) 2007-05-05T12:29:04Z 32 00:00:32 0.0753153939953152 Gooby 1.1.0
30
+ points.push(new GLatLng(35.496373,-80.849108)); // (8 of 285.0) 2007-05-05T12:29:09Z 37 00:00:37 0.0876165987821815 Gooby 1.1.0
31
+ points.push(new GLatLng(35.496166,-80.8491)); // (9 of 285.0) 2007-05-05T12:29:15Z 43 00:00:43 0.101925225707732 Gooby 1.1.0
32
+ points.push(new GLatLng(35.495947,-80.84911)); // (10 of 285.0) 2007-05-05T12:29:21Z 49 00:00:49 0.11706622394157 Gooby 1.1.0
33
+ points.push(new GLatLng(35.495767,-80.849136)); // (11 of 285.0) 2007-05-05T12:29:26Z 54 00:00:54 0.129587920334022 Gooby 1.1.0
34
+ points.push(new GLatLng(35.495605,-80.849177)); // (12 of 285.0) 2007-05-05T12:29:31Z 59 00:00:59 0.14101561930506 Gooby 1.1.0
35
+ points.push(new GLatLng(35.49553,-80.849274)); // (13 of 285.0) 2007-05-05T12:29:34Z 62 00:01:02 0.14854013245688 Gooby 1.1.0
36
+ points.push(new GLatLng(35.495547,-80.849566)); // (14 of 285.0) 2007-05-05T12:29:40Z 68 00:01:08 0.165007184147085 Gooby 1.1.0
37
+ points.push(new GLatLng(35.495558,-80.849743)); // (15 of 285.0) 2007-05-05T12:29:44Z 72 00:01:12 0.174992241554252 Gooby 1.1.0
38
+ points.push(new GLatLng(35.495563,-80.849911)); // (16 of 285.0) 2007-05-05T12:29:48Z 76 00:01:16 0.184448428511734 Gooby 1.1.0
39
+ points.push(new GLatLng(35.495558,-80.850127)); // (17 of 285.0) 2007-05-05T12:29:53Z 81 00:01:21 0.196603231746071 Gooby 1.1.0
40
+ points.push(new GLatLng(35.495542,-80.850371)); // (18 of 285.0) 2007-05-05T12:29:59Z 87 00:01:27 0.210372673769624 Gooby 1.1.0
41
+ points.push(new GLatLng(35.495529,-80.850437)); // (19 of 285.0) 2007-05-05T12:30:01Z 89 00:01:29 0.214191840116368 Gooby 1.1.0
42
+ points.push(new GLatLng(35.495464,-80.850483)); // (20 of 285.0) 2007-05-05T12:30:04Z 92 00:01:32 0.219374665629811 Gooby 1.1.0
43
+ points.push(new GLatLng(35.495255,-80.850501)); // (21 of 285.0) 2007-05-05T12:30:10Z 98 00:01:38 0.233849749924783 Gooby 1.1.0
44
+ points.push(new GLatLng(35.495089,-80.850486)); // (22 of 285.0) 2007-05-05T12:30:15Z 103 00:01:43 0.245349686537298 Gooby 1.1.0
45
+ points.push(new GLatLng(35.494953,-80.850482)); // (23 of 285.0) 2007-05-05T12:30:19Z 107 00:01:47 0.254748481655809 Gooby 1.1.0
46
+ points.push(new GLatLng(35.4948,-80.850482)); // (24 of 285.0) 2007-05-05T12:30:24Z 112 00:01:52 0.265319215531418 Gooby 1.1.0
47
+ points.push(new GLatLng(35.494704,-80.850426)); // (25 of 285.0) 2007-05-05T12:30:27Z 115 00:01:55 0.272661880761448 Gooby 1.1.0
48
+ points.push(new GLatLng(35.494657,-80.850306)); // (26 of 285.0) 2007-05-05T12:30:31Z 119 00:01:59 0.280152561124466 Gooby 1.1.0
49
+ points.push(new GLatLng(35.49466,-80.850072)); // (27 of 285.0) 2007-05-05T12:30:37Z 125 00:02:05 0.293317023565167 Gooby 1.1.0
50
+ points.push(new GLatLng(35.494661,-80.849838)); // (28 of 285.0) 2007-05-05T12:30:43Z 131 00:02:11 0.306480032223437 Gooby 1.1.0
51
+ points.push(new GLatLng(35.494673,-80.849645)); // (29 of 285.0) 2007-05-05T12:30:48Z 136 00:02:16 0.317367929244608 Gooby 1.1.0
52
+ points.push(new GLatLng(35.494684,-80.849499)); // (30 of 285.0) 2007-05-05T12:30:52Z 140 00:02:20 0.325615600056649 Gooby 1.1.0
53
+ points.push(new GLatLng(35.494651,-80.849278)); // (31 of 285.0) 2007-05-05T12:30:58Z 146 00:02:26 0.338254567181669 Gooby 1.1.0
54
+ points.push(new GLatLng(35.494571,-80.849176)); // (32 of 285.0) 2007-05-05T12:31:02Z 150 00:02:30 0.346221555190842 Gooby 1.1.0
55
+ points.push(new GLatLng(35.494418,-80.849178)); // (33 of 285.0) 2007-05-05T12:31:06Z 154 00:02:34 0.356792618224117 Gooby 1.1.0
56
+ points.push(new GLatLng(35.494234,-80.849159)); // (34 of 285.0) 2007-05-05T12:31:11Z 159 00:02:39 0.369549960083071 Gooby 1.1.0
57
+ points.push(new GLatLng(35.494003,-80.849163)); // (35 of 285.0) 2007-05-05T12:31:18Z 166 00:02:46 0.385511426926841 Gooby 1.1.0
58
+ points.push(new GLatLng(35.493823,-80.849201)); // (36 of 285.0) 2007-05-05T12:31:23Z 171 00:02:51 0.39813000549702 Gooby 1.1.0
59
+ points.push(new GLatLng(35.49371,-80.849283)); // (37 of 285.0) 2007-05-05T12:31:27Z 175 00:02:55 0.407197935870514 Gooby 1.1.0
60
+ points.push(new GLatLng(35.493697,-80.849318)); // (38 of 285.0) 2007-05-05T12:31:28Z 176 00:02:56 0.409361247475296 Gooby 1.1.0
61
+ points.push(new GLatLng(35.493687,-80.849475)); // (39 of 285.0) 2007-05-05T12:31:32Z 180 00:03:00 0.418219941995059 Gooby 1.1.0
62
+ points.push(new GLatLng(35.493684,-80.849708)); // (40 of 285.0) 2007-05-05T12:31:38Z 186 00:03:06 0.431328383783602 Gooby 1.1.0
63
+ points.push(new GLatLng(35.493678,-80.849915)); // (41 of 285.0) 2007-05-05T12:31:43Z 191 00:03:11 0.442979815897175 Gooby 1.1.0
64
+ points.push(new GLatLng(35.493671,-80.850082)); // (42 of 285.0) 2007-05-05T12:31:47Z 195 00:03:15 0.452386012225683 Gooby 1.1.0
65
+ points.push(new GLatLng(35.493691,-80.850322)); // (43 of 285.0) 2007-05-05T12:31:53Z 201 00:03:21 0.465956919553607 Gooby 1.1.0
66
+ points.push(new GLatLng(35.493665,-80.850509)); // (44 of 285.0) 2007-05-05T12:31:58Z 206 00:03:26 0.47662822795141 Gooby 1.1.0
67
+ points.push(new GLatLng(35.49353,-80.85053)); // (45 of 285.0) 2007-05-05T12:32:03Z 211 00:03:31 0.486029984253081 Gooby 1.1.0
68
+ points.push(new GLatLng(35.493497,-80.850527)); // (46 of 285.0) 2007-05-05T12:32:04Z 212 00:03:32 0.488316072043464 Gooby 1.1.0
69
+ points.push(new GLatLng(35.493281,-80.850534)); // (47 of 285.0) 2007-05-05T12:32:11Z 219 00:03:39 0.503244617843859 Gooby 1.1.0
70
+ points.push(new GLatLng(35.493097,-80.850527)); // (48 of 285.0) 2007-05-05T12:32:17Z 225 00:03:45 0.515963171043901 Gooby 1.1.0
71
+ points.push(new GLatLng(35.492902,-80.850516)); // (49 of 285.0) 2007-05-05T12:32:23Z 231 00:03:51 0.529449719111358 Gooby 1.1.0
72
+ points.push(new GLatLng(35.492692,-80.850533)); // (50 of 285.0) 2007-05-05T12:32:29Z 237 00:03:57 0.54398991957929 Gooby 1.1.0
73
+ points.push(new GLatLng(35.492468,-80.850539)); // (51 of 285.0) 2007-05-05T12:32:36Z 244 00:04:04 0.559469542135197 Gooby 1.1.0
74
+ points.push(new GLatLng(35.492337,-80.850543)); // (52 of 285.0) 2007-05-05T12:32:40Z 248 00:04:08 0.56852287963284 Gooby 1.1.0
75
+ points.push(new GLatLng(35.492167,-80.850552)); // (53 of 285.0) 2007-05-05T12:32:45Z 253 00:04:13 0.580279108294515 Gooby 1.1.0
76
+ points.push(new GLatLng(35.492006,-80.850519)); // (54 of 285.0) 2007-05-05T12:32:50Z 258 00:04:18 0.591556471543898 Gooby 1.1.0
77
+ points.push(new GLatLng(35.491973,-80.850322)); // (55 of 285.0) 2007-05-05T12:32:55Z 263 00:04:23 0.602870337440482 Gooby 1.1.0
78
+ points.push(new GLatLng(35.491975,-80.850033)); // (56 of 285.0) 2007-05-05T12:33:02Z 270 00:04:30 0.619127926179329 Gooby 1.1.0
79
+ points.push(new GLatLng(35.491976,-80.849797)); // (57 of 285.0) 2007-05-05T12:33:08Z 276 00:04:36 0.632403589715229 Gooby 1.1.0
80
+ points.push(new GLatLng(35.491975,-80.849525)); // (58 of 285.0) 2007-05-05T12:33:15Z 283 00:04:43 0.647704379162399 Gooby 1.1.0
81
+ points.push(new GLatLng(35.491985,-80.849333)); // (59 of 285.0) 2007-05-05T12:33:20Z 288 00:04:48 0.658526886667529 Gooby 1.1.0
82
+ points.push(new GLatLng(35.492084,-80.849263)); // (60 of 285.0) 2007-05-05T12:33:24Z 292 00:04:52 0.666419059440295 Gooby 1.1.0
83
+ points.push(new GLatLng(35.49224,-80.849234)); // (61 of 285.0) 2007-05-05T12:33:29Z 297 00:04:57 0.677319731939044 Gooby 1.1.0
84
+ points.push(new GLatLng(35.492444,-80.849214)); // (62 of 285.0) 2007-05-05T12:33:35Z 303 00:05:03 0.69145895779142 Gooby 1.1.0
85
+ points.push(new GLatLng(35.492603,-80.849211)); // (63 of 285.0) 2007-05-05T12:33:40Z 308 00:05:08 0.702445634552004 Gooby 1.1.0
86
+ points.push(new GLatLng(35.492764,-80.849204)); // (64 of 285.0) 2007-05-05T12:33:45Z 313 00:05:13 0.713575946438088 Gooby 1.1.0
87
+ points.push(new GLatLng(35.492923,-80.849214)); // (65 of 285.0) 2007-05-05T12:33:50Z 318 00:05:18 0.724575600278434 Gooby 1.1.0
88
+ points.push(new GLatLng(35.49311,-80.849197)); // (66 of 285.0) 2007-05-05T12:33:56Z 324 00:05:24 0.737530784144395 Gooby 1.1.0
89
+ points.push(new GLatLng(35.493263,-80.849191)); // (67 of 285.0) 2007-05-05T12:34:01Z 329 00:05:29 0.748106783313339 Gooby 1.1.0
90
+ points.push(new GLatLng(35.493468,-80.849198)); // (68 of 285.0) 2007-05-05T12:34:07Z 335 00:05:35 0.762275754512166 Gooby 1.1.0
91
+ points.push(new GLatLng(35.493621,-80.849199)); // (69 of 285.0) 2007-05-05T12:34:12Z 340 00:05:40 0.772846488387775 Gooby 1.1.0
92
+ points.push(new GLatLng(35.4937,-80.849133)); // (70 of 285.0) 2007-05-05T12:34:15Z 343 00:05:43 0.779447261234185 Gooby 1.1.0
93
+ points.push(new GLatLng(35.493722,-80.848942)); // (71 of 285.0) 2007-05-05T12:34:20Z 348 00:05:48 0.790298184643272 Gooby 1.1.0
94
+ points.push(new GLatLng(35.493762,-80.848692)); // (72 of 285.0) 2007-05-05T12:34:26Z 354 00:05:54 0.804630015912082 Gooby 1.1.0
95
+ points.push(new GLatLng(35.49372,-80.848425)); // (73 of 285.0) 2007-05-05T12:34:32Z 360 00:06:00 0.819926938967702 Gooby 1.1.0
96
+ points.push(new GLatLng(35.493707,-80.848206)); // (74 of 285.0) 2007-05-05T12:34:37Z 365 00:06:05 0.832278389832096 Gooby 1.1.0
97
+ points.push(new GLatLng(35.493699,-80.847974)); // (75 of 285.0) 2007-05-05T12:34:43Z 371 00:06:11 0.845340430381809 Gooby 1.1.0
98
+ points.push(new GLatLng(35.493659,-80.847779)); // (76 of 285.0) 2007-05-05T12:34:48Z 376 00:06:16 0.856652450874129 Gooby 1.1.0
99
+ points.push(new GLatLng(35.493543,-80.847601)); // (77 of 285.0) 2007-05-05T12:34:53Z 381 00:06:21 0.869477661903486 Gooby 1.1.0
100
+ points.push(new GLatLng(35.493431,-80.847408)); // (78 of 285.0) 2007-05-05T12:34:58Z 386 00:06:26 0.882809817879841 Gooby 1.1.0
101
+ points.push(new GLatLng(35.49337,-80.847268)); // (79 of 285.0) 2007-05-05T12:35:02Z 390 00:06:30 0.891742049274456 Gooby 1.1.0
102
+ points.push(new GLatLng(35.493299,-80.847127)); // (80 of 285.0) 2007-05-05T12:35:06Z 394 00:06:34 0.901067628598362 Gooby 1.1.0
103
+ points.push(new GLatLng(35.493225,-80.846914)); // (81 of 285.0) 2007-05-05T12:35:12Z 400 00:06:40 0.91409432571895 Gooby 1.1.0
104
+ points.push(new GLatLng(35.493224,-80.846879)); // (82 of 285.0) 2007-05-05T12:35:13Z 401 00:06:41 0.916064887407961 Gooby 1.1.0
105
+ points.push(new GLatLng(35.493309,-80.846695)); // (83 of 285.0) 2007-05-05T12:35:19Z 407 00:06:47 0.927965111577075 Gooby 1.1.0
106
+ points.push(new GLatLng(35.493439,-80.846592)); // (84 of 285.0) 2007-05-05T12:35:24Z 412 00:06:52 0.938653361673177 Gooby 1.1.0
107
+ points.push(new GLatLng(35.493563,-80.84647)); // (85 of 285.0) 2007-05-05T12:35:29Z 417 00:06:57 0.94963037480122 Gooby 1.1.0
108
+ points.push(new GLatLng(35.493726,-80.846341)); // (86 of 285.0) 2007-05-05T12:35:35Z 423 00:07:03 0.963027358421683 Gooby 1.1.0
109
+ points.push(new GLatLng(35.493888,-80.846233)); // (87 of 285.0) 2007-05-05T12:35:41Z 429 00:07:09 0.975762315609454 Gooby 1.1.0
110
+ points.push(new GLatLng(35.494028,-80.84612)); // (88 of 285.0) 2007-05-05T12:35:47Z 435 00:07:15 0.987336444185175 Gooby 1.1.0
111
+ points.push(new GLatLng(35.494139,-80.846027)); // (89 of 285.0) 2007-05-05T12:35:52Z 440 00:07:20 0.996619766029972 Gooby 1.1.0
112
+ points.push(new GLatLng(35.494282,-80.845907)); // (90 of 285.0) 2007-05-05T12:35:58Z 446 00:07:26 1.00858530604331 1.0 00:07:26 Gooby 1.1.0
113
+ points.push(new GLatLng(35.494426,-80.845786)); // (91 of 285.0) 2007-05-05T12:36:04Z 452 00:07:32 1.02063978886353 Gooby 1.1.0
114
+ points.push(new GLatLng(35.49448,-80.845701)); // (92 of 285.0) 2007-05-05T12:36:07Z 455 00:07:35 1.02670429488334 Gooby 1.1.0
115
+ points.push(new GLatLng(35.494418,-80.845525)); // (93 of 285.0) 2007-05-05T12:36:12Z 460 00:07:40 1.03749137884518 Gooby 1.1.0
116
+ points.push(new GLatLng(35.494326,-80.845322)); // (94 of 285.0) 2007-05-05T12:36:18Z 466 00:07:46 1.05056021037015 Gooby 1.1.0
117
+ points.push(new GLatLng(35.49426,-80.845193)); // (95 of 285.0) 2007-05-05T12:36:22Z 470 00:07:50 1.05913042636909 Gooby 1.1.0
118
+ points.push(new GLatLng(35.494206,-80.845109)); // (96 of 285.0) 2007-05-05T12:36:25Z 473 00:07:53 1.06515088074957 Gooby 1.1.0
119
+ points.push(new GLatLng(35.494085,-80.845069)); // (97 of 285.0) 2007-05-05T12:36:29Z 477 00:07:57 1.07380814726016 Gooby 1.1.0
120
+ points.push(new GLatLng(35.493864,-80.845166)); // (98 of 285.0) 2007-05-05T12:36:36Z 484 00:08:04 1.09002276767516 Gooby 1.1.0
121
+ points.push(new GLatLng(35.493726,-80.845249)); // (99 of 285.0) 2007-05-05T12:36:41Z 489 00:08:09 1.1006388288343 Gooby 1.1.0
122
+ points.push(new GLatLng(35.493509,-80.845389)); // (100 of 285.0) 2007-05-05T12:36:49Z 497 00:08:17 1.11757381246678 Gooby 1.1.0
123
+ points.push(new GLatLng(35.493332,-80.845512)); // (101 of 285.0) 2007-05-05T12:36:55Z 503 00:08:23 1.13162441502527 Gooby 1.1.0
124
+ points.push(new GLatLng(35.493192,-80.845613)); // (102 of 285.0) 2007-05-05T12:37:00Z 508 00:08:28 1.14284222752752 Gooby 1.1.0
125
+ points.push(new GLatLng(35.492969,-80.845787)); // (103 of 285.0) 2007-05-05T12:37:08Z 516 00:08:36 1.16109550837066 Gooby 1.1.0
126
+ points.push(new GLatLng(35.492807,-80.845916)); // (104 of 285.0) 2007-05-05T12:37:14Z 522 00:08:42 1.17443457865566 Gooby 1.1.0
127
+ points.push(new GLatLng(35.492679,-80.846016)); // (105 of 285.0) 2007-05-05T12:37:19Z 527 00:08:47 1.18491572982622 Gooby 1.1.0
128
+ points.push(new GLatLng(35.492539,-80.846131)); // (106 of 285.0) 2007-05-05T12:37:24Z 532 00:08:52 1.1965522207522 Gooby 1.1.0
129
+ points.push(new GLatLng(35.492373,-80.846239)); // (107 of 285.0) 2007-05-05T12:37:29Z 537 00:08:57 1.2095310180632 Gooby 1.1.0
130
+ points.push(new GLatLng(35.492219,-80.846265)); // (108 of 285.0) 2007-05-05T12:37:34Z 542 00:09:02 1.22027090487162 Gooby 1.1.0
131
+ points.push(new GLatLng(35.492045,-80.846253)); // (109 of 285.0) 2007-05-05T12:37:40Z 548 00:09:08 1.23231152465655 Gooby 1.1.0
132
+ points.push(new GLatLng(35.491853,-80.846194)); // (110 of 285.0) 2007-05-05T12:37:46Z 554 00:09:14 1.24598562263247 Gooby 1.1.0
133
+ points.push(new GLatLng(35.491683,-80.846085)); // (111 of 285.0) 2007-05-05T12:37:52Z 560 00:09:20 1.2592350506905 Gooby 1.1.0
134
+ points.push(new GLatLng(35.491674,-80.846049)); // (112 of 285.0) 2007-05-05T12:37:53Z 561 00:09:21 1.26135366935008 Gooby 1.1.0
135
+ points.push(new GLatLng(35.491711,-80.845796)); // (113 of 285.0) 2007-05-05T12:37:59Z 567 00:09:27 1.27581336126714 Gooby 1.1.0
136
+ points.push(new GLatLng(35.49176,-80.845516)); // (114 of 285.0) 2007-05-05T12:38:06Z 574 00:09:34 1.29192378542939 Gooby 1.1.0
137
+ points.push(new GLatLng(35.491807,-80.845285)); // (115 of 285.0) 2007-05-05T12:38:12Z 580 00:09:40 1.30531765202244 Gooby 1.1.0
138
+ points.push(new GLatLng(35.491825,-80.845004)); // (116 of 285.0) 2007-05-05T12:38:19Z 587 00:09:47 1.32117358825361 Gooby 1.1.0
139
+ points.push(new GLatLng(35.491829,-80.844815)); // (117 of 285.0) 2007-05-05T12:38:24Z 592 00:09:52 1.33180880593498 Gooby 1.1.0
140
+ points.push(new GLatLng(35.491743,-80.84471)); // (118 of 285.0) 2007-05-05T12:38:28Z 596 00:09:56 1.34018665279524 Gooby 1.1.0
141
+ points.push(new GLatLng(35.491559,-80.844549)); // (119 of 285.0) 2007-05-05T12:38:35Z 603 00:10:03 1.35579543393118 Gooby 1.1.0
142
+ points.push(new GLatLng(35.491397,-80.84443)); // (120 of 285.0) 2007-05-05T12:38:41Z 609 00:10:09 1.36883708033819 Gooby 1.1.0
143
+ points.push(new GLatLng(35.491224,-80.844318)); // (121 of 285.0) 2007-05-05T12:38:47Z 615 00:10:15 1.3823483734403 Gooby 1.1.0
144
+ points.push(new GLatLng(35.491003,-80.844234)); // (122 of 285.0) 2007-05-05T12:38:54Z 622 00:10:22 1.39833162474466 Gooby 1.1.0
145
+ points.push(new GLatLng(35.490811,-80.844193)); // (123 of 285.0) 2007-05-05T12:39:00Z 628 00:10:28 1.41179583755542 Gooby 1.1.0
146
+ points.push(new GLatLng(35.490653,-80.844163)); // (124 of 285.0) 2007-05-05T12:39:05Z 633 00:10:33 1.42284173615363 Gooby 1.1.0
147
+ points.push(new GLatLng(35.490444,-80.844128)); // (125 of 285.0) 2007-05-05T12:39:11Z 639 00:10:39 1.43741504219603 Gooby 1.1.0
148
+ points.push(new GLatLng(35.490246,-80.844106)); // (126 of 285.0) 2007-05-05T12:39:17Z 645 00:10:45 1.45115083444464 Gooby 1.1.0
149
+ points.push(new GLatLng(35.490065,-80.844085)); // (127 of 285.0) 2007-05-05T12:39:22Z 650 00:10:50 1.46371192740459 Gooby 1.1.0
150
+ points.push(new GLatLng(35.489861,-80.844058)); // (128 of 285.0) 2007-05-05T12:39:28Z 656 00:10:56 1.47788789565697 Gooby 1.1.0
151
+ points.push(new GLatLng(35.489754,-80.843966)); // (129 of 285.0) 2007-05-05T12:39:32Z 660 00:11:00 1.4869119766086 Gooby 1.1.0
152
+ points.push(new GLatLng(35.489729,-80.843805)); // (130 of 285.0) 2007-05-05T12:39:36Z 664 00:11:04 1.49613249254085 Gooby 1.1.0
153
+ points.push(new GLatLng(35.4897,-80.843597)); // (131 of 285.0) 2007-05-05T12:39:41Z 669 00:11:09 1.50800373492766 Gooby 1.1.0
154
+ points.push(new GLatLng(35.489637,-80.843301)); // (132 of 285.0) 2007-05-05T12:39:48Z 676 00:11:16 1.52521466563148 Gooby 1.1.0
155
+ points.push(new GLatLng(35.489565,-80.843113)); // (133 of 285.0) 2007-05-05T12:39:53Z 681 00:11:21 1.53690202752087 Gooby 1.1.0
156
+ points.push(new GLatLng(35.48942,-80.842954)); // (134 of 285.0) 2007-05-05T12:39:59Z 687 00:11:27 1.55033195533761 Gooby 1.1.0
157
+ points.push(new GLatLng(35.489268,-80.842855)); // (135 of 285.0) 2007-05-05T12:40:04Z 692 00:11:32 1.56221886837165 Gooby 1.1.0
158
+ points.push(new GLatLng(35.489049,-80.842806)); // (136 of 285.0) 2007-05-05T12:40:11Z 699 00:11:39 1.57759859152666 Gooby 1.1.0
159
+ points.push(new GLatLng(35.488816,-80.842791)); // (137 of 285.0) 2007-05-05T12:40:18Z 706 00:11:46 1.5937186238312 Gooby 1.1.0
160
+ points.push(new GLatLng(35.488602,-80.842789)); // (138 of 285.0) 2007-05-05T12:40:24Z 712 00:11:52 1.60850430944765 Gooby 1.1.0
161
+ points.push(new GLatLng(35.488446,-80.842824)); // (139 of 285.0) 2007-05-05T12:40:29Z 717 00:11:57 1.61946069951092 Gooby 1.1.0
162
+ points.push(new GLatLng(35.488249,-80.842866)); // (140 of 285.0) 2007-05-05T12:40:35Z 723 00:12:03 1.6332747964377 Gooby 1.1.0
163
+ points.push(new GLatLng(35.488068,-80.842931)); // (141 of 285.0) 2007-05-05T12:40:41Z 729 00:12:09 1.64630376375058 Gooby 1.1.0
164
+ points.push(new GLatLng(35.487874,-80.842988)); // (142 of 285.0) 2007-05-05T12:40:47Z 735 00:12:15 1.66008532987703 Gooby 1.1.0
165
+ points.push(new GLatLng(35.487722,-80.84293)); // (143 of 285.0) 2007-05-05T12:40:52Z 740 00:12:20 1.67108229460548 Gooby 1.1.0
166
+ points.push(new GLatLng(35.487583,-80.842779)); // (144 of 285.0) 2007-05-05T12:40:58Z 746 00:12:26 1.68390343547436 Gooby 1.1.0
167
+ points.push(new GLatLng(35.487412,-80.842609)); // (145 of 285.0) 2007-05-05T12:41:05Z 753 00:12:33 1.69910349356749 Gooby 1.1.0
168
+ points.push(new GLatLng(35.487265,-80.84241)); // (146 of 285.0) 2007-05-05T12:41:12Z 760 00:12:40 1.71421907690807 Gooby 1.1.0
169
+ points.push(new GLatLng(35.487188,-80.842196)); // (147 of 285.0) 2007-05-05T12:41:18Z 766 00:12:46 1.72738102816917 Gooby 1.1.0
170
+ points.push(new GLatLng(35.48715,-80.841975)); // (148 of 285.0) 2007-05-05T12:41:24Z 772 00:12:52 1.74008781215125 Gooby 1.1.0
171
+ points.push(new GLatLng(35.487146,-80.841744)); // (149 of 285.0) 2007-05-05T12:41:30Z 778 00:12:58 1.75308589764591 Gooby 1.1.0
172
+ points.push(new GLatLng(35.4872,-80.841489)); // (150 of 285.0) 2007-05-05T12:41:37Z 785 00:13:05 1.76790824903615 Gooby 1.1.0
173
+ points.push(new GLatLng(35.487302,-80.841302)); // (151 of 285.0) 2007-05-05T12:41:43Z 791 00:13:11 1.78057059493542 Gooby 1.1.0
174
+ points.push(new GLatLng(35.487415,-80.841137)); // (152 of 285.0) 2007-05-05T12:41:49Z 797 00:13:17 1.79269960697505 Gooby 1.1.0
175
+ points.push(new GLatLng(35.487529,-80.841009)); // (153 of 285.0) 2007-05-05T12:41:54Z 802 00:13:22 1.80337140445241 Gooby 1.1.0
176
+ points.push(new GLatLng(35.487673,-80.84087)); // (154 of 285.0) 2007-05-05T12:42:00Z 808 00:13:28 1.81602550395165 Gooby 1.1.0
177
+ points.push(new GLatLng(35.487772,-80.840776)); // (155 of 285.0) 2007-05-05T12:42:04Z 812 00:13:32 1.82467130827377 Gooby 1.1.0
178
+ points.push(new GLatLng(35.487943,-80.840616)); // (156 of 285.0) 2007-05-05T12:42:11Z 819 00:13:39 1.83952367679721 Gooby 1.1.0
179
+ points.push(new GLatLng(35.488058,-80.840505)); // (157 of 285.0) 2007-05-05T12:42:16Z 824 00:13:44 1.84962892983996 Gooby 1.1.0
180
+ points.push(new GLatLng(35.488216,-80.840387)); // (158 of 285.0) 2007-05-05T12:42:22Z 830 00:13:50 1.86240480484931 Gooby 1.1.0
181
+ points.push(new GLatLng(35.488409,-80.840216)); // (159 of 285.0) 2007-05-05T12:42:29Z 837 00:13:57 1.87884679839329 Gooby 1.1.0
182
+ points.push(new GLatLng(35.488559,-80.840107)); // (160 of 285.0) 2007-05-05T12:42:35Z 843 00:14:03 1.89088828508551 Gooby 1.1.0
183
+ points.push(new GLatLng(35.488667,-80.839997)); // (161 of 285.0) 2007-05-05T12:42:40Z 848 00:14:08 1.90058195148003 Gooby 1.1.0
184
+ points.push(new GLatLng(35.488821,-80.839804)); // (162 of 285.0) 2007-05-05T12:42:47Z 855 00:14:15 1.91578338298965 Gooby 1.1.0
185
+ points.push(new GLatLng(35.48893,-80.839672)); // (163 of 285.0) 2007-05-05T12:42:52Z 860 00:14:20 1.92635954665678 Gooby 1.1.0
186
+ points.push(new GLatLng(35.489021,-80.839507)); // (164 of 285.0) 2007-05-05T12:42:58Z 866 00:14:26 1.937570533218 Gooby 1.1.0
187
+ points.push(new GLatLng(35.489156,-80.839332)); // (165 of 285.0) 2007-05-05T12:43:04Z 872 00:14:32 1.95113195066882 Gooby 1.1.0
188
+ points.push(new GLatLng(35.489262,-80.839139)); // (166 of 285.0) 2007-05-05T12:43:10Z 878 00:14:38 1.96422830941189 Gooby 1.1.0
189
+ points.push(new GLatLng(35.489359,-80.838945)); // (167 of 285.0) 2007-05-05T12:43:16Z 884 00:14:44 1.97703519453246 Gooby 1.1.0
190
+ points.push(new GLatLng(35.48945,-80.838747)); // (168 of 285.0) 2007-05-05T12:43:22Z 890 00:14:50 1.98982549587507 Gooby 1.1.0
191
+ points.push(new GLatLng(35.489553,-80.838524)); // (169 of 285.0) 2007-05-05T12:43:29Z 897 00:14:57 2.00424808256117 2.0 00:07:31 Gooby 1.1.0
192
+ points.push(new GLatLng(35.489653,-80.83831)); // (170 of 285.0) 2007-05-05T12:43:36Z 904 00:15:04 2.0181282658033 Gooby 1.1.0
193
+ points.push(new GLatLng(35.489741,-80.838113)); // (171 of 285.0) 2007-05-05T12:43:42Z 910 00:15:10 2.03076860934729 Gooby 1.1.0
194
+ points.push(new GLatLng(35.489832,-80.837918)); // (172 of 285.0) 2007-05-05T12:43:48Z 916 00:15:16 2.04341225568545 Gooby 1.1.0
195
+ points.push(new GLatLng(35.489915,-80.83773)); // (173 of 285.0) 2007-05-05T12:43:54Z 922 00:15:22 2.05544275693629 Gooby 1.1.0
196
+ points.push(new GLatLng(35.489988,-80.837543)); // (174 of 285.0) 2007-05-05T12:44:00Z 928 00:15:28 2.06710881284818 Gooby 1.1.0
197
+ points.push(new GLatLng(35.490119,-80.837421)); // (175 of 285.0) 2007-05-05T12:44:06Z 934 00:15:34 2.07846749117218 Gooby 1.1.0
198
+ points.push(new GLatLng(35.490228,-80.837437)); // (176 of 285.0) 2007-05-05T12:44:10Z 938 00:15:38 2.08605211019053 Gooby 1.1.0
199
+ points.push(new GLatLng(35.49039,-80.837556)); // (177 of 285.0) 2007-05-05T12:44:16Z 944 00:15:44 2.09909375659754 Gooby 1.1.0
200
+ points.push(new GLatLng(35.490489,-80.837655)); // (178 of 285.0) 2007-05-05T12:44:20Z 948 00:15:48 2.10791426945648 Gooby 1.1.0
201
+ points.push(new GLatLng(35.490644,-80.83778)); // (179 of 285.0) 2007-05-05T12:44:26Z 954 00:15:54 2.12072550086661 Gooby 1.1.0
202
+ points.push(new GLatLng(35.490816,-80.837922)); // (180 of 285.0) 2007-05-05T12:44:33Z 961 00:16:01 2.13504421597492 Gooby 1.1.0
203
+ points.push(new GLatLng(35.490997,-80.838051)); // (181 of 285.0) 2007-05-05T12:44:40Z 968 00:16:08 2.14950258434488 Gooby 1.1.0
204
+ points.push(new GLatLng(35.491236,-80.838213)); // (182 of 285.0) 2007-05-05T12:44:49Z 977 00:16:17 2.16836291238998 Gooby 1.1.0
205
+ points.push(new GLatLng(35.491437,-80.838337)); // (183 of 285.0) 2007-05-05T12:44:56Z 984 00:16:24 2.18390344258603 Gooby 1.1.0
206
+ points.push(new GLatLng(35.491612,-80.838433)); // (184 of 285.0) 2007-05-05T12:45:02Z 990 00:16:30 2.19714525263276 Gooby 1.1.0
207
+ points.push(new GLatLng(35.491752,-80.838504)); // (185 of 285.0) 2007-05-05T12:45:07Z 995 00:16:35 2.20761012432896 Gooby 1.1.0
208
+ points.push(new GLatLng(35.49198,-80.838604)); // (186 of 285.0) 2007-05-05T12:45:14Z 1002 00:16:42 2.22433692836338 Gooby 1.1.0
209
+ points.push(new GLatLng(35.492127,-80.83869)); // (187 of 285.0) 2007-05-05T12:45:19Z 1007 00:16:47 2.2355863342925 Gooby 1.1.0
210
+ points.push(new GLatLng(35.492261,-80.838757)); // (188 of 285.0) 2007-05-05T12:45:23Z 1011 00:16:51 2.24558184033074 Gooby 1.1.0
211
+ points.push(new GLatLng(35.492367,-80.838684)); // (189 of 285.0) 2007-05-05T12:45:27Z 1015 00:16:55 2.25397814861628 Gooby 1.1.0
212
+ points.push(new GLatLng(35.492468,-80.838416)); // (190 of 285.0) 2007-05-05T12:45:34Z 1022 00:17:02 2.27059056715426 Gooby 1.1.0
213
+ points.push(new GLatLng(35.492506,-80.838207)); // (191 of 285.0) 2007-05-05T12:45:39Z 1027 00:17:07 2.2826368207214 Gooby 1.1.0
214
+ points.push(new GLatLng(35.492532,-80.838014)); // (192 of 285.0) 2007-05-05T12:45:44Z 1032 00:17:12 2.29364106035361 Gooby 1.1.0
215
+ points.push(new GLatLng(35.492565,-80.837816)); // (193 of 285.0) 2007-05-05T12:45:50Z 1038 00:17:18 2.30500984303944 Gooby 1.1.0
216
+ points.push(new GLatLng(35.492594,-80.837628)); // (194 of 285.0) 2007-05-05T12:45:55Z 1043 00:17:23 2.31577335429408 Gooby 1.1.0
217
+ points.push(new GLatLng(35.492627,-80.837445)); // (195 of 285.0) 2007-05-05T12:46:00Z 1048 00:17:28 2.32631706227264 Gooby 1.1.0
218
+ points.push(new GLatLng(35.492647,-80.837227)); // (196 of 285.0) 2007-05-05T12:46:05Z 1053 00:17:33 2.33865766264503 Gooby 1.1.0
219
+ points.push(new GLatLng(35.492679,-80.837047)); // (197 of 285.0) 2007-05-05T12:46:10Z 1058 00:17:38 2.34902163515988 Gooby 1.1.0
220
+ points.push(new GLatLng(35.492728,-80.836847)); // (198 of 285.0) 2007-05-05T12:46:15Z 1063 00:17:43 2.36077061031623 Gooby 1.1.0
221
+ points.push(new GLatLng(35.492773,-80.836652)); // (199 of 285.0) 2007-05-05T12:46:20Z 1068 00:17:48 2.37217194144949 Gooby 1.1.0
222
+ points.push(new GLatLng(35.492883,-80.836671)); // (200 of 285.0) 2007-05-05T12:46:24Z 1072 00:17:52 2.37984663004899 Gooby 1.1.0
223
+ points.push(new GLatLng(35.49298,-80.836775)); // (201 of 285.0) 2007-05-05T12:46:28Z 1076 00:17:56 2.38874256013669 Gooby 1.1.0
224
+ points.push(new GLatLng(35.493117,-80.83697)); // (202 of 285.0) 2007-05-05T12:46:35Z 1083 00:18:03 2.40323109934809 Gooby 1.1.0
225
+ points.push(new GLatLng(35.493242,-80.83713)); // (203 of 285.0) 2007-05-05T12:46:42Z 1090 00:18:10 2.41570463037264 Gooby 1.1.0
226
+ points.push(new GLatLng(35.493352,-80.837267)); // (204 of 285.0) 2007-05-05T12:46:47Z 1095 00:18:15 2.42652810235035 Gooby 1.1.0
227
+ points.push(new GLatLng(35.493495,-80.837473)); // (205 of 285.0) 2007-05-05T12:46:55Z 1103 00:18:23 2.44175617647809 Gooby 1.1.0
228
+ points.push(new GLatLng(35.493598,-80.837634)); // (206 of 285.0) 2007-05-05T12:47:01Z 1109 00:18:29 2.45327395066321 Gooby 1.1.0
229
+ points.push(new GLatLng(35.493684,-80.837813)); // (207 of 285.0) 2007-05-05T12:47:07Z 1115 00:18:35 2.46496533100194 Gooby 1.1.0
230
+ points.push(new GLatLng(35.49375,-80.838024)); // (208 of 285.0) 2007-05-05T12:47:13Z 1121 00:18:41 2.47768019038815 Gooby 1.1.0
231
+ points.push(new GLatLng(35.493817,-80.838233)); // (209 of 285.0) 2007-05-05T12:47:19Z 1127 00:18:47 2.49031530274237 Gooby 1.1.0
232
+ points.push(new GLatLng(35.493862,-80.838426)); // (210 of 285.0) 2007-05-05T12:47:24Z 1132 00:18:52 2.5016082363992 Gooby 1.1.0
233
+ points.push(new GLatLng(35.49396,-80.838648)); // (211 of 285.0) 2007-05-05T12:47:31Z 1139 00:18:59 2.51581338317958 Gooby 1.1.0
234
+ points.push(new GLatLng(35.49398,-80.838833)); // (212 of 285.0) 2007-05-05T12:47:36Z 1144 00:19:04 2.52631112003506 Gooby 1.1.0
235
+ points.push(new GLatLng(35.494015,-80.839064)); // (213 of 285.0) 2007-05-05T12:47:42Z 1150 00:19:10 2.53952820703512 Gooby 1.1.0
236
+ points.push(new GLatLng(35.494055,-80.839299)); // (214 of 285.0) 2007-05-05T12:47:48Z 1156 00:19:16 2.55303306048408 Gooby 1.1.0
237
+ points.push(new GLatLng(35.494134,-80.839422)); // (215 of 285.0) 2007-05-05T12:47:52Z 1160 00:19:20 2.56184587767815 Gooby 1.1.0
238
+ points.push(new GLatLng(35.494231,-80.83956)); // (216 of 285.0) 2007-05-05T12:47:57Z 1165 00:19:25 2.57210117549287 Gooby 1.1.0
239
+ points.push(new GLatLng(35.494283,-80.839758)); // (217 of 285.0) 2007-05-05T12:48:02Z 1170 00:19:30 2.58380400827512 Gooby 1.1.0
240
+ points.push(new GLatLng(35.494339,-80.839978)); // (218 of 285.0) 2007-05-05T12:48:07Z 1175 00:19:35 2.59676993085634 Gooby 1.1.0
241
+ points.push(new GLatLng(35.494397,-80.840207)); // (219 of 285.0) 2007-05-05T12:48:13Z 1181 00:19:41 2.61026034832742 Gooby 1.1.0
242
+ points.push(new GLatLng(35.494461,-80.840426)); // (220 of 285.0) 2007-05-05T12:48:19Z 1187 00:19:47 2.6233488670474 Gooby 1.1.0
243
+ points.push(new GLatLng(35.4945,-80.840625)); // (221 of 285.0) 2007-05-05T12:48:24Z 1192 00:19:52 2.63486271329358 Gooby 1.1.0
244
+ points.push(new GLatLng(35.494574,-80.840838)); // (222 of 285.0) 2007-05-05T12:48:30Z 1198 00:19:58 2.64788941041416 Gooby 1.1.0
245
+ points.push(new GLatLng(35.494633,-80.841082)); // (223 of 285.0) 2007-05-05T12:48:37Z 1205 00:20:05 2.66220715347704 Gooby 1.1.0
246
+ points.push(new GLatLng(35.494716,-80.841309)); // (224 of 285.0) 2007-05-05T12:48:44Z 1212 00:20:12 2.67620466073963 Gooby 1.1.0
247
+ points.push(new GLatLng(35.49477,-80.841492)); // (225 of 285.0) 2007-05-05T12:48:49Z 1217 00:20:17 2.68715374410648 Gooby 1.1.0
248
+ points.push(new GLatLng(35.494824,-80.841667)); // (226 of 285.0) 2007-05-05T12:48:54Z 1222 00:20:22 2.69768093882827 Gooby 1.1.0
249
+ points.push(new GLatLng(35.494896,-80.841899)); // (227 of 285.0) 2007-05-05T12:49:00Z 1228 00:20:28 2.71164708996289 Gooby 1.1.0
250
+ points.push(new GLatLng(35.494894,-80.842072)); // (228 of 285.0) 2007-05-05T12:49:05Z 1233 00:20:33 2.72137944520187 Gooby 1.1.0
251
+ points.push(new GLatLng(35.49491,-80.84221)); // (229 of 285.0) 2007-05-05T12:49:09Z 1237 00:20:37 2.72922008735522 Gooby 1.1.0
252
+ points.push(new GLatLng(35.495014,-80.842453)); // (230 of 285.0) 2007-05-05T12:49:16Z 1244 00:20:44 2.74466257685741 Gooby 1.1.0
253
+ points.push(new GLatLng(35.495124,-80.842665)); // (231 of 285.0) 2007-05-05T12:49:23Z 1251 00:20:51 2.7588035252201 Gooby 1.1.0
254
+ points.push(new GLatLng(35.495193,-80.842824)); // (232 of 285.0) 2007-05-05T12:49:28Z 1256 00:20:56 2.7689383469614 Gooby 1.1.0
255
+ points.push(new GLatLng(35.495276,-80.843012)); // (233 of 285.0) 2007-05-05T12:49:33Z 1261 00:21:01 2.78096826975323 Gooby 1.1.0
256
+ points.push(new GLatLng(35.495348,-80.843212)); // (234 of 285.0) 2007-05-05T12:49:39Z 1267 00:21:07 2.79326905024601 Gooby 1.1.0
257
+ points.push(new GLatLng(35.495452,-80.843389)); // (235 of 285.0) 2007-05-05T12:49:44Z 1272 00:21:12 2.80554732217089 Gooby 1.1.0
258
+ points.push(new GLatLng(35.495556,-80.843599)); // (236 of 285.0) 2007-05-05T12:49:50Z 1278 00:21:18 2.81937362987224 Gooby 1.1.0
259
+ points.push(new GLatLng(35.495649,-80.843751)); // (237 of 285.0) 2007-05-05T12:49:55Z 1283 00:21:23 2.83006903953137 Gooby 1.1.0
260
+ points.push(new GLatLng(35.495741,-80.843959)); // (238 of 285.0) 2007-05-05T12:50:01Z 1289 00:21:29 2.84338422067858 Gooby 1.1.0
261
+ points.push(new GLatLng(35.495829,-80.844134)); // (239 of 285.0) 2007-05-05T12:50:06Z 1294 00:21:34 2.85495444044695 Gooby 1.1.0
262
+ points.push(new GLatLng(35.495947,-80.844357)); // (240 of 285.0) 2007-05-05T12:50:13Z 1301 00:21:41 2.86991476735192 Gooby 1.1.0
263
+ points.push(new GLatLng(35.496064,-80.844577)); // (241 of 285.0) 2007-05-05T12:50:20Z 1308 00:21:48 2.88469598105183 Gooby 1.1.0
264
+ points.push(new GLatLng(35.496188,-80.844813)); // (242 of 285.0) 2007-05-05T12:50:27Z 1315 00:21:55 2.90049530936822 Gooby 1.1.0
265
+ points.push(new GLatLng(35.496289,-80.844977)); // (243 of 285.0) 2007-05-05T12:50:32Z 1320 00:22:00 2.91206222065251 Gooby 1.1.0
266
+ points.push(new GLatLng(35.49646,-80.845317)); // (244 of 285.0) 2007-05-05T12:50:41Z 1329 00:22:09 2.93454200223365 Gooby 1.1.0
267
+ points.push(new GLatLng(35.496539,-80.845497)); // (245 of 285.0) 2007-05-05T12:50:46Z 1334 00:22:14 2.94604435912118 Gooby 1.1.0
268
+ points.push(new GLatLng(35.496604,-80.845657)); // (246 of 285.0) 2007-05-05T12:50:51Z 1339 00:22:19 2.95610267494249 Gooby 1.1.0
269
+ points.push(new GLatLng(35.496743,-80.845862)); // (247 of 285.0) 2007-05-05T12:50:57Z 1345 00:22:25 2.9711093300834 Gooby 1.1.0
270
+ points.push(new GLatLng(35.496863,-80.846044)); // (248 of 285.0) 2007-05-05T12:51:02Z 1350 00:22:30 2.98428290804533 Gooby 1.1.0
271
+ points.push(new GLatLng(35.49699,-80.846218)); // (249 of 285.0) 2007-05-05T12:51:08Z 1356 00:22:36 2.99742766468076 Gooby 1.1.0
272
+ points.push(new GLatLng(35.497132,-80.846335)); // (250 of 285.0) 2007-05-05T12:51:13Z 1361 00:22:41 3.00924146653833 3.0 00:07:44 Gooby 1.1.0
273
+ points.push(new GLatLng(35.497289,-80.846464)); // (251 of 285.0) 2007-05-05T12:51:18Z 1366 00:22:46 3.02229178101741 Gooby 1.1.0
274
+ points.push(new GLatLng(35.497463,-80.846612)); // (252 of 285.0) 2007-05-05T12:51:24Z 1372 00:22:52 3.03691442642801 Gooby 1.1.0
275
+ points.push(new GLatLng(35.49762,-80.846762)); // (253 of 285.0) 2007-05-05T12:51:30Z 1378 00:22:58 3.0506565501107 Gooby 1.1.0
276
+ points.push(new GLatLng(35.497721,-80.846966)); // (254 of 285.0) 2007-05-05T12:51:36Z 1384 00:23:04 3.06408647792744 Gooby 1.1.0
277
+ points.push(new GLatLng(35.497791,-80.847164)); // (255 of 285.0) 2007-05-05T12:51:42Z 1390 00:23:10 3.07622839241245 Gooby 1.1.0
278
+ points.push(new GLatLng(35.497842,-80.84733)); // (256 of 285.0) 2007-05-05T12:51:47Z 1395 00:23:15 3.08620857004819 Gooby 1.1.0
279
+ points.push(new GLatLng(35.497887,-80.84748)); // (257 of 285.0) 2007-05-05T12:51:52Z 1400 00:23:20 3.09520020406658 Gooby 1.1.0
280
+ points.push(new GLatLng(35.498007,-80.847719)); // (258 of 285.0) 2007-05-05T12:51:59Z 1407 00:23:27 3.11099446627173 Gooby 1.1.0
281
+ points.push(new GLatLng(35.498142,-80.847816)); // (259 of 285.0) 2007-05-05T12:52:04Z 1412 00:23:32 3.12180024257438 Gooby 1.1.0
282
+ points.push(new GLatLng(35.498187,-80.847821)); // (260 of 285.0) 2007-05-05T12:52:06Z 1414 00:23:34 3.12492155293193 Gooby 1.1.0
283
+ points.push(new GLatLng(35.498199,-80.847808)); // (261 of 285.0) 2007-05-05T12:52:13Z 1421 00:23:41 3.12602667816727 Gooby 1.1.0
284
+ points.push(new GLatLng(35.498216,-80.847816)); // (262 of 285.0) 2007-05-05T12:52:17Z 1425 00:23:45 3.12728353515568 Gooby 1.1.0
285
+ points.push(new GLatLng(35.498227,-80.847841)); // (263 of 285.0) 2007-05-05T12:52:30Z 1438 00:23:58 3.12888164257514 Gooby 1.1.0
286
+ points.push(new GLatLng(35.498266,-80.847869)); // (264 of 285.0) 2007-05-05T12:52:36Z 1444 00:24:04 3.13200295293269 Gooby 1.1.0
287
+ points.push(new GLatLng(35.49832,-80.847859)); // (265 of 285.0) 2007-05-05T12:52:43Z 1451 00:24:11 3.13577536905142 Gooby 1.1.0
288
+ points.push(new GLatLng(35.498328,-80.847868)); // (266 of 285.0) 2007-05-05T12:52:50Z 1458 00:24:18 3.13652383298176 Gooby 1.1.0
289
+ points.push(new GLatLng(35.498334,-80.847873)); // (267 of 285.0) 2007-05-05T12:52:55Z 1463 00:24:23 3.13702435615129 Gooby 1.1.0
290
+ points.push(new GLatLng(35.498325,-80.847865)); // (268 of 285.0) 2007-05-05T12:53:02Z 1470 00:24:30 3.13779345542019 Gooby 1.1.0
291
+ points.push(new GLatLng(35.498371,-80.847882)); // (269 of 285.0) 2007-05-05T12:53:21Z 1489 00:24:49 3.14111197813756 Gooby 1.1.0
292
+ points.push(new GLatLng(35.49838,-80.847881)); // (270 of 285.0) 2007-05-05T12:53:28Z 1496 00:24:56 3.14173624020907 Gooby 1.1.0
293
+ points.push(new GLatLng(35.498408,-80.84786)); // (271 of 285.0) 2007-05-05T12:53:33Z 1501 00:25:01 3.14400245524441 Gooby 1.1.0
294
+ points.push(new GLatLng(35.498437,-80.847869)); // (272 of 285.0) 2007-05-05T12:53:38Z 1506 00:25:06 3.14606869264893 Gooby 1.1.0
295
+ points.push(new GLatLng(35.498451,-80.847867)); // (273 of 285.0) 2007-05-05T12:53:43Z 1511 00:25:11 3.14704153482353 Gooby 1.1.0
296
+ points.push(new GLatLng(35.498428,-80.847921)); // (274 of 285.0) 2007-05-05T12:53:55Z 1523 00:25:23 3.15046939791682 Gooby 1.1.0
297
+ points.push(new GLatLng(35.498425,-80.847929)); // (275 of 285.0) 2007-05-05T12:54:00Z 1528 00:25:28 3.15096292041753 Gooby 1.1.0
298
+ points.push(new GLatLng(35.498436,-80.847926)); // (276 of 285.0) 2007-05-05T12:54:07Z 1535 00:25:35 3.15173877617875 Gooby 1.1.0
299
+ points.push(new GLatLng(35.498451,-80.847914)); // (277 of 285.0) 2007-05-05T12:54:14Z 1542 00:25:42 3.15297610256963 Gooby 1.1.0
300
+ points.push(new GLatLng(35.498452,-80.847916)); // (278 of 285.0) 2007-05-05T12:54:23Z 1551 00:25:51 3.15309407701207 Gooby 1.1.0
301
+ points.push(new GLatLng(35.498424,-80.847875)); // (279 of 285.0) 2007-05-05T12:54:31Z 1559 00:25:59 3.15610358168419 Gooby 1.1.0
302
+ points.push(new GLatLng(35.49843,-80.847891)); // (280 of 285.0) 2007-05-05T12:54:39Z 1567 00:26:07 3.15709414557378 Gooby 1.1.0
303
+ points.push(new GLatLng(35.498433,-80.847895)); // (281 of 285.0) 2007-05-05T12:54:44Z 1572 00:26:12 3.15740065216623 Gooby 1.1.0
304
+ points.push(new GLatLng(35.498435,-80.847861)); // (282 of 285.0) 2007-05-05T12:54:49Z 1577 00:26:17 3.15931750996851 Gooby 1.1.0
305
+ points.push(new GLatLng(35.498398,-80.847864)); // (283 of 285.0) 2007-05-05T12:54:54Z 1582 00:26:22 3.16187853377232 Gooby 1.1.0
306
+ points.push(new GLatLng(35.498376,-80.847876)); // (284 of 285.0) 2007-05-05T12:55:01Z 1589 00:26:29 3.16354276808415 Gooby 1.1.0
307
+ points.push(new GLatLng(35.498395,-80.847871)); // (285 of 285.0) 2007-05-05T12:55:11Z 1599 00:26:39 3.16488529443191 Gooby 1.1.0
308
+
309
+ var routePolyline = new GPolyline(points);
310
+ map.addOverlay(routePolyline);
311
+
312
+ // Create a base icon for all of our markers that specifies the
313
+ // shadow, icon dimensions, etc.
314
+ var baseIcon = new GIcon();
315
+ baseIcon.shadow = "http://www.joakim-systems.com/gicons/shadow50.png";
316
+ baseIcon.iconSize = new GSize(20, 34);
317
+ baseIcon.shadowSize = new GSize(37, 34);
318
+ baseIcon.iconAnchor = new GPoint(9, 34);
319
+ baseIcon.infoWindowAnchor = new GPoint(9, 2);
320
+ baseIcon.infoShadowAnchor = new GPoint(18, 25);
321
+
322
+ var iconStart = new GIcon(baseIcon);
323
+ iconStart.image = "http://www.joakim-systems.com/gicons/dd-start.png";
324
+ var pStart = new GPoint(-80.849108, 35.497639);
325
+ var mStart = new GMarker(pStart, iconStart);
326
+ GEvent.addListener(mStart, "click", function() {
327
+ mStart.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Start!</b></td></tr><tr><td>Distance: </td><td>0.0</td></tr><tr><td>Time of Day: </td><td>2007-05-05T12:28:32Z </td></tr><tr><td>Elapsed Time: </td><td>00:00:00 </td></tr><tr><td>Average Pace: </td><td> </td></tr><tr><td>Lat/Lng: </td><td>35.497639 , -80.849108 </td></tr></table>");
328
+ });
329
+ map.addOverlay(mStart);
330
+
331
+ var icon1 = new GIcon(baseIcon);
332
+ icon1.image = "http://www.joakim-systems.com/gicons/marker1.png";
333
+ var p1 = new GPoint(-80.845907, 35.494282);
334
+ var m1 = new GMarker(p1, icon1);
335
+ GEvent.addListener(m1, "click", function() {
336
+ m1.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 1</b></td></tr><tr><td>Distance: </td><td>1.00858530604331</td></tr><tr><td>Time of Day: </td><td>2007-05-05T12:35:58Z </td></tr><tr><td>Elapsed Time: </td><td>00:07:26 </td></tr><tr><td>Average Pace: </td><td>7:22.2 </td></tr><tr><td>Lat/Lng: </td><td>35.494282 , -80.845907 </td></tr></table>");
337
+ });
338
+ map.addOverlay(m1);
339
+
340
+ var icon2 = new GIcon(baseIcon);
341
+ icon2.image = "http://www.joakim-systems.com/gicons/marker2.png";
342
+ var p2 = new GPoint(-80.838524, 35.489553);
343
+ var m2 = new GMarker(p2, icon2);
344
+ GEvent.addListener(m2, "click", function() {
345
+ m2.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 2</b></td></tr><tr><td>Distance: </td><td>2.00424808256117</td></tr><tr><td>Time of Day: </td><td>2007-05-05T12:43:29Z </td></tr><tr><td>Elapsed Time: </td><td>00:14:57 </td></tr><tr><td>Average Pace: </td><td>7:27.5 </td></tr><tr><td>Lat/Lng: </td><td>35.489553 , -80.838524 </td></tr></table>");
346
+ });
347
+ map.addOverlay(m2);
348
+
349
+ var icon3 = new GIcon(baseIcon);
350
+ icon3.image = "http://www.joakim-systems.com/gicons/marker3.png";
351
+ var p3 = new GPoint(-80.846335, 35.497132);
352
+ var m3 = new GMarker(p3, icon3);
353
+ GEvent.addListener(m3, "click", function() {
354
+ m3.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Checkpoint 3</b></td></tr><tr><td>Distance: </td><td>3.00924146653833</td></tr><tr><td>Time of Day: </td><td>2007-05-05T12:51:13Z </td></tr><tr><td>Elapsed Time: </td><td>00:22:41 </td></tr><tr><td>Average Pace: </td><td>7:32.3 </td></tr><tr><td>Lat/Lng: </td><td>35.497132 , -80.846335 </td></tr></table>");
355
+ });
356
+ map.addOverlay(m3);
357
+
358
+ var iconFinish = new GIcon(baseIcon);
359
+ iconFinish.image = "http://www.joakim-systems.com/gicons/dd-end.png";
360
+ var pFinish = new GPoint(-80.847871, 35.498395);
361
+ var mFinish = new GMarker(pFinish, iconFinish);
362
+ GEvent.addListener(mFinish, "click", function() {
363
+ mFinish.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Finish!</b></td></tr><tr><td>Distance: </td><td>3.16488529443191</td></tr><tr><td>Time of Day: </td><td>2007-05-05T12:55:11Z </td></tr><tr><td>Elapsed Time: </td><td>00:26:39 </td></tr><tr><td>Average Pace: </td><td>8:25.2 </td></tr><tr><td>Lat/Lng: </td><td>35.498395 , -80.847871 </td></tr></table>");
364
+ });
365
+ map.addOverlay(mFinish);
366
+
367
+
368
+
369
+
370
+ GEvent.addListener(map, "click", function() {
371
+ var center = map.getCenter();
372
+
373
+ document.getElementById("messages").innerHTML = 'click: ' + center.toString();
374
+ });
375
+ GEvent.addListener(map, "moveend", function() {
376
+ var center = map.getCenter();
377
+
378
+ document.getElementById("messages").innerHTML = 'moveend: ' + center.toString();
379
+ });
380
+
381
+ }
382
+ }
383
+ //]]>
384
+
385
+ </script>
386
+ </head>
387
+ <body onload="load()" onunload="GUnload()">
388
+ <center>
389
+ <h3> 2007/05/05 Davidson Town Day 5K </h3>
390
+ <h5> Generated by Gooby Sun Jun 10 16:16:38 EDT 2007 <br> Gooby = Google APIs + Ruby </h5>
391
+ <div id="map" style="width: 900px; height: 600px"></div>
392
+ <div id="messages"></div>
393
+ </center>
394
+ </body>
395
+ </html>