gooby 1.1.0 → 1.2.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 (78) hide show
  1. data/README +200 -35
  2. data/bin/code_scan.rb +1 -3
  3. data/bin/gooby_been_there.rb +12 -14
  4. data/bin/gooby_config.rb +11 -3
  5. data/bin/gooby_csv_validation.rb +50 -0
  6. data/bin/gooby_first_trackpoints_as_poi.rb +31 -0
  7. data/bin/gooby_gen_gmap.rb +7 -3
  8. data/bin/gooby_parser.rb +7 -5
  9. data/bin/gooby_splitter.rb +7 -4
  10. data/bin/gooby_version.rb +7 -3
  11. data/bin/run_all.sh +12 -2
  12. data/bin/run_been_there.sh +4 -1
  13. data/bin/run_config.sh +12 -0
  14. data/bin/run_csv_validation.sh +15 -0
  15. data/bin/run_db_gen.sh +1 -1
  16. data/bin/run_db_load.sh +1 -1
  17. data/bin/run_first_trackpoints_as_poi.sh +16 -0
  18. data/bin/run_gen_gmaps.sh +7 -6
  19. data/bin/run_parse_full.sh +45 -0
  20. data/bin/run_parse_samples.sh +21 -0
  21. data/bin/run_split.sh +5 -4
  22. data/bin/run_version.sh +12 -0
  23. data/config/gooby_config.yaml +130 -131
  24. data/data/20050305_corporate_cup_hm.csv +251 -251
  25. data/data/20050430_nashville_marathon_km.csv +1208 -0
  26. data/data/20060115_phoenix_marathon.csv +1280 -1280
  27. data/data/20070101_davidson_11m.csv +251 -0
  28. data/data/{davidson_11m_20070101.xml → 20070101_davidson_11m.xml} +0 -0
  29. data/data/{davidson_5K_20070505.xml → 20070505_davidson_5k.xml} +0 -0
  30. data/data/20070505_davidson_5k_km.csv +286 -0
  31. data/data/hrm1.csv +5 -0
  32. data/lib/gooby.rb +27 -3144
  33. data/lib/gooby_code_scanner.rb +288 -0
  34. data/lib/gooby_command.rb +210 -0
  35. data/lib/gooby_configuration.rb +123 -0
  36. data/lib/gooby_counter_hash.rb +95 -0
  37. data/lib/gooby_course.rb +117 -0
  38. data/lib/gooby_csv_point.rb +71 -0
  39. data/lib/gooby_csv_reader.rb +71 -0
  40. data/lib/gooby_csv_run.rb +28 -0
  41. data/lib/gooby_delim_line.rb +42 -0
  42. data/lib/gooby_dttm.rb +87 -0
  43. data/lib/gooby_duration.rb +86 -0
  44. data/lib/gooby_forerunner_xml_parser.rb +191 -0
  45. data/lib/gooby_forerunner_xml_splitter.rb +115 -0
  46. data/lib/gooby_google_map_generator.rb +385 -0
  47. data/lib/gooby_history.rb +41 -0
  48. data/lib/gooby_kernel.rb +163 -0
  49. data/lib/gooby_lap.rb +30 -0
  50. data/lib/gooby_line.rb +80 -0
  51. data/lib/gooby_object.rb +22 -0
  52. data/lib/gooby_point.rb +172 -0
  53. data/lib/gooby_run.rb +213 -0
  54. data/lib/gooby_simple_xml_parser.rb +50 -0
  55. data/lib/gooby_test_helper.rb +23 -0
  56. data/lib/gooby_track.rb +47 -0
  57. data/lib/gooby_track_point.rb +229 -0
  58. data/lib/gooby_training_center_xml_parser.rb +224 -0
  59. data/lib/gooby_training_center_xml_splitter.rb +116 -0
  60. data/lib/split_code.sh +29 -0
  61. data/samples/20050305_corporate_cup_hm.html +269 -269
  62. data/samples/20050430_nashville_marathon.html +1410 -1266
  63. data/samples/20060115_phoenix_marathon.html +1311 -1311
  64. data/samples/{davidson_11m_20070101.html → 20070101_davidson_11m.html} +267 -267
  65. data/samples/20070505_davidson_5k.html +413 -0
  66. data/samples/been_there.txt +52 -704
  67. data/samples/hrm1.html +87 -0
  68. data/sql/gooby.ddl +20 -16
  69. data/sql/gooby_load.dml +36 -9
  70. metadata +48 -14
  71. data/bin/example_usage.txt +0 -55
  72. data/bin/run_parse.sh +0 -43
  73. data/bin/run_parse_named.sh +0 -19
  74. data/data/20050430_nashville_marathon.csv +0 -1208
  75. data/data/davidson_11m_20070101.csv +0 -251
  76. data/data/davidson_5K_20070505.csv +0 -286
  77. data/data/test1.txt +0 -4
  78. data/samples/davidson_5K_20070505.html +0 -395
data/data/test1.txt DELETED
@@ -1,4 +0,0 @@
1
- This is just a file
2
- containing some
3
-
4
- test data.
@@ -1,395 +0,0 @@
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>