gooby 1.2.0 → 2.0.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.
- data/README +133 -341
- data/config/ballantyne.yaml +11 -0
- data/config/big_sur_marathon.yaml +11 -0
- data/config/crowders_mtn_hike.yaml +11 -0
- data/config/davidson1.yaml +16 -0
- data/config/gooby_config.yaml +28 -135
- data/cucumber.yml +1 -0
- data/features/build_gem.feature +88 -0
- data/features/gooby.feature +300 -0
- data/features/install.feature +78 -0
- data/features/steps/gooby_steps.rb +245 -0
- data/features/support/env.rb +4 -0
- data/lib/gooby.rb +24 -30
- data/lib/gooby_activity.rb +63 -0
- data/lib/gooby_base_object.rb +46 -0
- data/lib/gooby_base_sax_parser.rb +95 -0
- data/lib/gooby_configuration.rb +33 -115
- data/lib/gooby_counter_hash.rb +28 -87
- data/lib/gooby_dttm.rb +88 -66
- data/lib/gooby_environment.rb +48 -0
- data/lib/gooby_garmin_tcx_parser.rb +92 -0
- data/lib/gooby_google_kml_generator.rb +168 -0
- data/lib/gooby_google_map_generator.rb +284 -349
- data/lib/gooby_gpx_parser.rb +97 -0
- data/lib/gooby_help_producer.rb +40 -0
- data/lib/gooby_introspection.rb +25 -0
- data/lib/gooby_io.rb +30 -0
- data/lib/gooby_lap.rb +27 -18
- data/lib/gooby_process.rb +281 -0
- data/lib/gooby_sax_path_parser.rb +43 -0
- data/lib/gooby_tcx_extractor.rb +71 -0
- data/lib/gooby_track_log_parser.rb +114 -0
- data/lib/gooby_trackpoint.rb +276 -0
- data/lib/gooby_xml_object.rb +40 -0
- data/{img/gicons → out/images}/blank.png +0 -0
- data/{img/gicons → out/images}/dd-end.png +0 -0
- data/{img/gicons → out/images}/dd-start.png +0 -0
- data/{img/gicons → out/images}/marker.png +0 -0
- data/{img/gicons → out/images}/marker0.png +0 -0
- data/{img/gicons → out/images}/marker00.png +0 -0
- data/{img/gicons → out/images}/marker01.png +0 -0
- data/{img/gicons → out/images}/marker02.png +0 -0
- data/{img/gicons → out/images}/marker03.png +0 -0
- data/{img/gicons → out/images}/marker04.png +0 -0
- data/{img/gicons → out/images}/marker05.png +0 -0
- data/{img/gicons → out/images}/marker06.png +0 -0
- data/{img/gicons → out/images}/marker07.png +0 -0
- data/{img/gicons → out/images}/marker08.png +0 -0
- data/{img/gicons → out/images}/marker09.png +0 -0
- data/{img/gicons → out/images}/marker1.png +0 -0
- data/{img/gicons → out/images}/marker10.png +0 -0
- data/{img/gicons → out/images}/marker11.png +0 -0
- data/{img/gicons → out/images}/marker12.png +0 -0
- data/{img/gicons → out/images}/marker13.png +0 -0
- data/{img/gicons → out/images}/marker14.png +0 -0
- data/{img/gicons → out/images}/marker15.png +0 -0
- data/{img/gicons → out/images}/marker16.png +0 -0
- data/{img/gicons → out/images}/marker17.png +0 -0
- data/{img/gicons → out/images}/marker18.png +0 -0
- data/{img/gicons → out/images}/marker19.png +0 -0
- data/{img/gicons → out/images}/marker2.png +0 -0
- data/{img/gicons → out/images}/marker20.png +0 -0
- data/{img/gicons → out/images}/marker21.png +0 -0
- data/{img/gicons → out/images}/marker22.png +0 -0
- data/{img/gicons → out/images}/marker23.png +0 -0
- data/{img/gicons → out/images}/marker24.png +0 -0
- data/{img/gicons → out/images}/marker25.png +0 -0
- data/{img/gicons → out/images}/marker26.png +0 -0
- data/{img/gicons → out/images}/marker27.png +0 -0
- data/{img/gicons → out/images}/marker28.png +0 -0
- data/{img/gicons → out/images}/marker29.png +0 -0
- data/{img/gicons → out/images}/marker3.png +0 -0
- data/{img/gicons → out/images}/marker30.png +0 -0
- data/{img/gicons → out/images}/marker31.png +0 -0
- data/{img/gicons → out/images}/marker32.png +0 -0
- data/{img/gicons → out/images}/marker33.png +0 -0
- data/{img/gicons → out/images}/marker34.png +0 -0
- data/{img/gicons → out/images}/marker35.png +0 -0
- data/{img/gicons → out/images}/marker36.png +0 -0
- data/{img/gicons → out/images}/marker37.png +0 -0
- data/{img/gicons → out/images}/marker38.png +0 -0
- data/{img/gicons → out/images}/marker39.png +0 -0
- data/{img/gicons → out/images}/marker4.png +0 -0
- data/{img/gicons → out/images}/marker40.png +0 -0
- data/{img/gicons → out/images}/marker41.png +0 -0
- data/{img/gicons → out/images}/marker42.png +0 -0
- data/{img/gicons → out/images}/marker43.png +0 -0
- data/{img/gicons → out/images}/marker44.png +0 -0
- data/{img/gicons → out/images}/marker45.png +0 -0
- data/{img/gicons → out/images}/marker46.png +0 -0
- data/{img/gicons → out/images}/marker47.png +0 -0
- data/{img/gicons → out/images}/marker48.png +0 -0
- data/{img/gicons → out/images}/marker49.png +0 -0
- data/{img/gicons → out/images}/marker5.png +0 -0
- data/{img/gicons → out/images}/marker50.png +0 -0
- data/{img/gicons → out/images}/marker51.png +0 -0
- data/{img/gicons → out/images}/marker52.png +0 -0
- data/{img/gicons → out/images}/marker53.png +0 -0
- data/{img/gicons → out/images}/marker54.png +0 -0
- data/{img/gicons → out/images}/marker55.png +0 -0
- data/{img/gicons → out/images}/marker56.png +0 -0
- data/{img/gicons → out/images}/marker57.png +0 -0
- data/{img/gicons → out/images}/marker58.png +0 -0
- data/{img/gicons → out/images}/marker59.png +0 -0
- data/{img/gicons → out/images}/marker6.png +0 -0
- data/{img/gicons → out/images}/marker60.png +0 -0
- data/{img/gicons → out/images}/marker61.png +0 -0
- data/{img/gicons → out/images}/marker62.png +0 -0
- data/{img/gicons → out/images}/marker63.png +0 -0
- data/{img/gicons → out/images}/marker64.png +0 -0
- data/{img/gicons → out/images}/marker65.png +0 -0
- data/{img/gicons → out/images}/marker66.png +0 -0
- data/{img/gicons → out/images}/marker67.png +0 -0
- data/{img/gicons → out/images}/marker68.png +0 -0
- data/{img/gicons → out/images}/marker69.png +0 -0
- data/{img/gicons → out/images}/marker7.png +0 -0
- data/{img/gicons → out/images}/marker70.png +0 -0
- data/{img/gicons → out/images}/marker71.png +0 -0
- data/{img/gicons → out/images}/marker72.png +0 -0
- data/{img/gicons → out/images}/marker73.png +0 -0
- data/{img/gicons → out/images}/marker74.png +0 -0
- data/{img/gicons → out/images}/marker75.png +0 -0
- data/{img/gicons → out/images}/marker76.png +0 -0
- data/{img/gicons → out/images}/marker77.png +0 -0
- data/{img/gicons → out/images}/marker78.png +0 -0
- data/{img/gicons → out/images}/marker79.png +0 -0
- data/{img/gicons → out/images}/marker8.png +0 -0
- data/{img/gicons → out/images}/marker80.png +0 -0
- data/{img/gicons → out/images}/marker81.png +0 -0
- data/{img/gicons → out/images}/marker82.png +0 -0
- data/{img/gicons → out/images}/marker83.png +0 -0
- data/{img/gicons → out/images}/marker84.png +0 -0
- data/{img/gicons → out/images}/marker85.png +0 -0
- data/{img/gicons → out/images}/marker86.png +0 -0
- data/{img/gicons → out/images}/marker87.png +0 -0
- data/{img/gicons → out/images}/marker88.png +0 -0
- data/{img/gicons → out/images}/marker89.png +0 -0
- data/{img/gicons → out/images}/marker9.png +0 -0
- data/{img/gicons → out/images}/marker90.png +0 -0
- data/{img/gicons → out/images}/marker91.png +0 -0
- data/{img/gicons → out/images}/marker92.png +0 -0
- data/{img/gicons → out/images}/marker93.png +0 -0
- data/{img/gicons → out/images}/marker94.png +0 -0
- data/{img/gicons → out/images}/marker95.png +0 -0
- data/{img/gicons → out/images}/marker96.png +0 -0
- data/{img/gicons → out/images}/marker97.png +0 -0
- data/{img/gicons → out/images}/marker98.png +0 -0
- data/{img/gicons → out/images}/marker99.png +0 -0
- data/{img/gicons → out/images}/markerA.png +0 -0
- data/{img/gicons → out/images}/markerB.png +0 -0
- data/{img/gicons → out/images}/markerC.png +0 -0
- data/{img/gicons → out/images}/markerD.png +0 -0
- data/{img/gicons → out/images}/markerE.png +0 -0
- data/{img/gicons → out/images}/markerF.png +0 -0
- data/{img/gicons → out/images}/markerG.png +0 -0
- data/{img/gicons → out/images}/markerH.png +0 -0
- data/{img/gicons → out/images}/markerI.png +0 -0
- data/{img/gicons → out/images}/markerJ.png +0 -0
- data/{img/gicons → out/images}/mm_20_red.png +0 -0
- data/{img/gicons → out/images}/mm_20_shadow.png +0 -0
- data/{img/gicons → out/images}/shadow50.png +0 -0
- data/rakefile.rb +79 -0
- data/samples.sh +21 -0
- data/samples/2008_04_27_13_49_50_tcx.csv +2449 -0
- data/samples/2008_04_27_13_49_50_tcx.xml +24560 -0
- data/samples/2009_01_01_14_45_00_tcx.xml +10630 -0
- data/samples/ballantyne.csv +27 -0
- data/samples/ballantyne.gpx +117 -0
- data/samples/ballantyne.kml +91 -0
- data/samples/big_sur_marathon.html +2766 -0
- data/samples/big_sur_marathon.kml +685 -0
- data/samples/build_gem_test_results.txt +6 -0
- data/samples/crowders_mtn_hike.csv +1065 -0
- data/samples/crowders_mtn_hike.html +1283 -0
- data/samples/crowders_mtn_hike.log +1 -0
- data/samples/cucumber_test_results.txt +302 -0
- data/samples/davidson1.csv +1 -0
- data/samples/davidson1.html +75 -0
- data/samples/davidson_1_point_tcx.csv +0 -0
- data/samples/doc.kml +49 -0
- data/samples/gps_track_log_asheville_mt_pisgah.txt +1 -0
- data/samples/gps_track_logs.txt +1 -0
- data/samples/install_test_results.txt +81 -0
- data/samples/mt_pisgah.txt +1 -0
- data/samples/rspec_test_results.txt +5 -0
- data/setup.rb +66 -0
- data/spec/gooby_base_object_spec.rb +116 -0
- data/spec/gooby_counter_hash_spec.rb +34 -0
- data/spec/gooby_dttm_spec.rb +40 -0
- data/spec/gooby_spec_helper.rb +9 -0
- data/spec/gooby_xml_object_spec.rb +32 -0
- metadata +225 -226
- data/bin/code_scan.rb +0 -16
- data/bin/gooby_been_there.rb +0 -33
- data/bin/gooby_config.rb +0 -24
- data/bin/gooby_csv_validation.rb +0 -50
- data/bin/gooby_first_trackpoints_as_poi.rb +0 -31
- data/bin/gooby_gen_gmap.rb +0 -20
- data/bin/gooby_parser.rb +0 -21
- data/bin/gooby_splitter.rb +0 -21
- data/bin/gooby_version.rb +0 -20
- data/bin/run_all.sh +0 -33
- data/bin/run_been_there.sh +0 -19
- data/bin/run_config.sh +0 -12
- data/bin/run_csv_validation.sh +0 -15
- data/bin/run_db_gen.sh +0 -11
- data/bin/run_db_load.sh +0 -11
- data/bin/run_first_trackpoints_as_poi.sh +0 -16
- data/bin/run_gen_gmaps.sh +0 -21
- data/bin/run_parse_full.sh +0 -45
- data/bin/run_parse_samples.sh +0 -21
- data/bin/run_split.sh +0 -24
- data/bin/run_version.sh +0 -12
- data/data/20050305_corporate_cup_hm.csv +0 -251
- data/data/20050305_corporate_cup_hm.xml +0 -2208
- data/data/20050430_nashville_marathon.xml +0 -10043
- data/data/20050430_nashville_marathon_km.csv +0 -1208
- data/data/20060115_phoenix_marathon.csv +0 -1280
- data/data/20060115_phoenix_marathon.xml +0 -10620
- data/data/20070101_davidson_11m.csv +0 -251
- data/data/20070101_davidson_11m.xml +0 -2020
- data/data/20070505_davidson_5k.xml +0 -2875
- data/data/20070505_davidson_5k_km.csv +0 -286
- data/data/hrm1.csv +0 -5
- data/img/gicons/readme.txt +0 -14
- data/lib/gooby_code_scanner.rb +0 -288
- data/lib/gooby_command.rb +0 -210
- data/lib/gooby_course.rb +0 -117
- data/lib/gooby_csv_point.rb +0 -71
- data/lib/gooby_csv_reader.rb +0 -71
- data/lib/gooby_csv_run.rb +0 -28
- data/lib/gooby_delim_line.rb +0 -42
- data/lib/gooby_duration.rb +0 -86
- data/lib/gooby_forerunner_xml_parser.rb +0 -191
- data/lib/gooby_forerunner_xml_splitter.rb +0 -115
- data/lib/gooby_history.rb +0 -41
- data/lib/gooby_kernel.rb +0 -163
- data/lib/gooby_line.rb +0 -80
- data/lib/gooby_object.rb +0 -22
- data/lib/gooby_point.rb +0 -172
- data/lib/gooby_run.rb +0 -213
- data/lib/gooby_simple_xml_parser.rb +0 -50
- data/lib/gooby_test_helper.rb +0 -23
- data/lib/gooby_track.rb +0 -47
- data/lib/gooby_track_point.rb +0 -229
- data/lib/gooby_training_center_xml_parser.rb +0 -224
- data/lib/gooby_training_center_xml_splitter.rb +0 -116
- data/lib/split_code.sh +0 -29
- data/samples/20050305_corporate_cup_hm.html +0 -450
- data/samples/20050430_nashville_marathon.html +0 -1668
- data/samples/20060115_phoenix_marathon.html +0 -1596
- data/samples/20070101_davidson_11m.html +0 -432
- data/samples/20070505_davidson_5k.html +0 -413
- data/samples/been_there.txt +0 -92
- data/samples/hrm1.html +0 -87
- data/sql/gooby.ddl +0 -60
- data/sql/gooby_load.dml +0 -62
|
@@ -1,432 +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.2.0">
|
|
7
|
-
<meta name="keywords" content="Google Map Gooby 1.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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 mi</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><tr><td>Altitude:</td><td>242.87</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>Mile 1</b></td></tr><tr><td>Distance:</td><td>1.11609284164963 mi</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.045 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.48535 , -80.82206</td></tr><tr><td>Altitude:</td><td>240.467</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>Mile 2</b></td></tr><tr><td>Distance:</td><td>2.07913798743239 mi</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:38.965 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.47661 , -80.81249</td></tr><tr><td>Altitude:</td><td>220.279</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>Mile 3</b></td></tr><tr><td>Distance:</td><td>3.00009374266842 mi</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.317 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.46831 , -80.80786</td></tr><tr><td>Altitude:</td><td>212.589</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>Mile 4</b></td></tr><tr><td>Distance:</td><td>4.05505101936915 mi</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.585 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.46297 , -80.79865</td></tr><tr><td>Altitude:</td><td>221.721</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>Mile 5</b></td></tr><tr><td>Distance:</td><td>5.05175080375213 mi</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.809 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.46882 , -80.78571</td></tr><tr><td>Altitude:</td><td>210.666</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>Mile 6</b></td></tr><tr><td>Distance:</td><td>6.02903135596159 mi</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.296 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.4803 , -80.7873</td></tr><tr><td>Altitude:</td><td>239.986</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>Mile 7</b></td></tr><tr><td>Distance:</td><td>7.13934509535918 mi</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:44.978 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.49397 , -80.79543</td></tr><tr><td>Altitude:</td><td>249.599</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>Mile 8</b></td></tr><tr><td>Distance:</td><td>8.00089608940706 mi</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.191 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.5059 , -80.79466</td></tr><tr><td>Altitude:</td><td>251.041</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>Mile 9</b></td></tr><tr><td>Distance:</td><td>9.08512664234412 mi</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.392 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.50421 , -80.81163</td></tr><tr><td>Altitude:</td><td>219.318</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>Mile 10</b></td></tr><tr><td>Distance:</td><td>10.0343084545527 mi</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.105 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.49929 , -80.82513</td></tr><tr><td>Altitude:</td><td>232.776</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>Mile 11</b></td></tr><tr><td>Distance:</td><td>11.0106663163515 mi</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.313 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.49567 , -80.82893</td></tr><tr><td>Altitude:</td><td>240.467</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 mi</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.424 per mi</td></tr><tr><td>Lat/Lng:</td><td>35.4956 , -80.83242</td></tr><tr><td>Altitude:</td><td>239.505</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 Jul 22 09:48:47 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>
|
|
@@ -1,413 +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.2.0">
|
|
7
|
-
<meta name="keywords" content="Google Map Gooby 1.2.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.2.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.2.0
|
|
24
|
-
points.push(new GLatLng(35.49754,-80.849112)); // (2 of 285.0) 2007-05-05T12:28:36Z 4 00:00:04 0.0110140104742692 Gooby 1.2.0
|
|
25
|
-
points.push(new GLatLng(35.497316,-80.849081)); // (3 of 285.0) 2007-05-05T12:28:42Z 10 00:00:10 0.0360778807622546 Gooby 1.2.0
|
|
26
|
-
points.push(new GLatLng(35.497137,-80.849095)); // (4 of 285.0) 2007-05-05T12:28:47Z 15 00:00:15 0.0560210175650116 Gooby 1.2.0
|
|
27
|
-
points.push(new GLatLng(35.496959,-80.849106)); // (5 of 285.0) 2007-05-05T12:28:52Z 20 00:00:20 0.0758376796654645 Gooby 1.2.0
|
|
28
|
-
points.push(new GLatLng(35.496749,-80.849108)); // (6 of 285.0) 2007-05-05T12:28:58Z 26 00:00:26 0.099188130912835 Gooby 1.2.0
|
|
29
|
-
points.push(new GLatLng(35.496551,-80.849113)); // (7 of 285.0) 2007-05-05T12:29:04Z 32 00:00:32 0.121208377433997 Gooby 1.2.0
|
|
30
|
-
points.push(new GLatLng(35.496373,-80.849108)); // (8 of 285.0) 2007-05-05T12:29:09Z 37 00:00:37 0.141005247550511 Gooby 1.2.0
|
|
31
|
-
points.push(new GLatLng(35.496166,-80.8491)); // (9 of 285.0) 2007-05-05T12:29:15Z 43 00:00:43 0.164032750441384 Gooby 1.2.0
|
|
32
|
-
points.push(new GLatLng(35.495947,-80.84911)); // (10 of 285.0) 2007-05-05T12:29:21Z 49 00:00:49 0.188399825103022 Gooby 1.2.0
|
|
33
|
-
points.push(new GLatLng(35.495767,-80.849136)); // (11 of 285.0) 2007-05-05T12:29:26Z 54 00:00:54 0.208551542062036 Gooby 1.2.0
|
|
34
|
-
points.push(new GLatLng(35.495605,-80.849177)); // (12 of 285.0) 2007-05-05T12:29:31Z 59 00:00:59 0.226942640834883 Gooby 1.2.0
|
|
35
|
-
points.push(new GLatLng(35.49553,-80.849274)); // (13 of 285.0) 2007-05-05T12:29:34Z 62 00:01:02 0.239052170928685 Gooby 1.2.0
|
|
36
|
-
points.push(new GLatLng(35.495547,-80.849566)); // (14 of 285.0) 2007-05-05T12:29:40Z 68 00:01:08 0.265553321764007 Gooby 1.2.0
|
|
37
|
-
points.push(new GLatLng(35.495558,-80.849743)); // (15 of 285.0) 2007-05-05T12:29:44Z 72 00:01:12 0.281622713991887 Gooby 1.2.0
|
|
38
|
-
points.push(new GLatLng(35.495563,-80.849911)); // (16 of 285.0) 2007-05-05T12:29:48Z 76 00:01:16 0.296840971734788 Gooby 1.2.0
|
|
39
|
-
points.push(new GLatLng(35.495558,-80.850127)); // (17 of 285.0) 2007-05-05T12:29:53Z 81 00:01:21 0.31640223139115 Gooby 1.2.0
|
|
40
|
-
points.push(new GLatLng(35.495542,-80.850371)); // (18 of 285.0) 2007-05-05T12:29:59Z 87 00:01:27 0.338562000295101 Gooby 1.2.0
|
|
41
|
-
points.push(new GLatLng(35.495529,-80.850437)); // (19 of 285.0) 2007-05-05T12:30:01Z 89 00:01:29 0.344708352740237 Gooby 1.2.0
|
|
42
|
-
points.push(new GLatLng(35.495464,-80.850483)); // (20 of 285.0) 2007-05-05T12:30:04Z 92 00:01:32 0.353049301883343 Gooby 1.2.0
|
|
43
|
-
points.push(new GLatLng(35.495255,-80.850501)); // (21 of 285.0) 2007-05-05T12:30:10Z 98 00:01:38 0.37634469194295 Gooby 1.2.0
|
|
44
|
-
points.push(new GLatLng(35.495089,-80.850486)); // (22 of 285.0) 2007-05-05T12:30:15Z 103 00:01:43 0.394852045930682 Gooby 1.2.0
|
|
45
|
-
points.push(new GLatLng(35.494953,-80.850482)); // (23 of 285.0) 2007-05-05T12:30:19Z 107 00:01:47 0.409977940461886 Gooby 1.2.0
|
|
46
|
-
points.push(new GLatLng(35.4948,-80.850482)); // (24 of 285.0) 2007-05-05T12:30:24Z 112 00:01:52 0.426989887600195 Gooby 1.2.0
|
|
47
|
-
points.push(new GLatLng(35.494704,-80.850426)); // (25 of 285.0) 2007-05-05T12:30:27Z 115 00:01:55 0.438806761832152 Gooby 1.2.0
|
|
48
|
-
points.push(new GLatLng(35.494657,-80.850306)); // (26 of 285.0) 2007-05-05T12:30:31Z 119 00:01:59 0.450861843330292 Gooby 1.2.0
|
|
49
|
-
points.push(new GLatLng(35.49466,-80.850072)); // (27 of 285.0) 2007-05-05T12:30:37Z 125 00:02:05 0.472047991972461 Gooby 1.2.0
|
|
50
|
-
points.push(new GLatLng(35.494661,-80.849838)); // (28 of 285.0) 2007-05-05T12:30:43Z 131 00:02:11 0.493231800978596 Gooby 1.2.0
|
|
51
|
-
points.push(new GLatLng(35.494673,-80.849645)); // (29 of 285.0) 2007-05-05T12:30:48Z 136 00:02:16 0.510754172722234 Gooby 1.2.0
|
|
52
|
-
points.push(new GLatLng(35.494684,-80.849499)); // (30 of 285.0) 2007-05-05T12:30:52Z 140 00:02:20 0.524027512257568 Gooby 1.2.0
|
|
53
|
-
points.push(new GLatLng(35.494651,-80.849278)); // (31 of 285.0) 2007-05-05T12:30:58Z 146 00:02:26 0.544367958166416 Gooby 1.2.0
|
|
54
|
-
points.push(new GLatLng(35.494571,-80.849176)); // (32 of 285.0) 2007-05-05T12:31:02Z 150 00:02:30 0.55718958251705 Gooby 1.2.0
|
|
55
|
-
points.push(new GLatLng(35.494418,-80.849178)); // (33 of 285.0) 2007-05-05T12:31:06Z 154 00:02:34 0.574202059383274 Gooby 1.2.0
|
|
56
|
-
points.push(new GLatLng(35.494234,-80.849159)); // (34 of 285.0) 2007-05-05T12:31:11Z 159 00:02:39 0.594733010959929 Gooby 1.2.0
|
|
57
|
-
points.push(new GLatLng(35.494003,-80.849163)); // (35 of 285.0) 2007-05-05T12:31:18Z 166 00:02:46 0.62042050185615 Gooby 1.2.0
|
|
58
|
-
points.push(new GLatLng(35.493823,-80.849201)); // (36 of 285.0) 2007-05-05T12:31:23Z 171 00:02:51 0.640728135566597 Gooby 1.2.0
|
|
59
|
-
points.push(new GLatLng(35.49371,-80.849283)); // (37 of 285.0) 2007-05-05T12:31:27Z 175 00:02:55 0.655321554905597 Gooby 1.2.0
|
|
60
|
-
points.push(new GLatLng(35.493697,-80.849318)); // (38 of 285.0) 2007-05-05T12:31:28Z 176 00:02:56 0.658803067456883 Gooby 1.2.0
|
|
61
|
-
points.push(new GLatLng(35.493687,-80.849475)); // (39 of 285.0) 2007-05-05T12:31:32Z 180 00:03:00 0.673059754330097 Gooby 1.2.0
|
|
62
|
-
points.push(new GLatLng(35.493684,-80.849708)); // (40 of 285.0) 2007-05-05T12:31:38Z 186 00:03:06 0.694155746471837 Gooby 1.2.0
|
|
63
|
-
points.push(new GLatLng(35.493678,-80.849915)); // (41 of 285.0) 2007-05-05T12:31:43Z 191 00:03:11 0.712906908835223 Gooby 1.2.0
|
|
64
|
-
points.push(new GLatLng(35.493671,-80.850082)); // (42 of 285.0) 2007-05-05T12:31:47Z 195 00:03:15 0.728044714459329 Gooby 1.2.0
|
|
65
|
-
points.push(new GLatLng(35.493691,-80.850322)); // (43 of 285.0) 2007-05-05T12:31:53Z 201 00:03:21 0.749884972742081 Gooby 1.2.0
|
|
66
|
-
points.push(new GLatLng(35.493665,-80.850509)); // (44 of 285.0) 2007-05-05T12:31:58Z 206 00:03:26 0.767058778884234 Gooby 1.2.0
|
|
67
|
-
points.push(new GLatLng(35.49353,-80.85053)); // (45 of 285.0) 2007-05-05T12:32:03Z 211 00:03:31 0.782189438977791 Gooby 1.2.0
|
|
68
|
-
points.push(new GLatLng(35.493497,-80.850527)); // (46 of 285.0) 2007-05-05T12:32:04Z 212 00:03:32 0.785868540646716 Gooby 1.2.0
|
|
69
|
-
points.push(new GLatLng(35.493281,-80.850534)); // (47 of 285.0) 2007-05-05T12:32:11Z 219 00:03:39 0.809893706259307 Gooby 1.2.0
|
|
70
|
-
points.push(new GLatLng(35.493097,-80.850527)); // (48 of 285.0) 2007-05-05T12:32:17Z 225 00:03:45 0.830362233540476 Gooby 1.2.0
|
|
71
|
-
points.push(new GLatLng(35.492902,-80.850516)); // (49 of 285.0) 2007-05-05T12:32:23Z 231 00:03:51 0.85206672875355 Gooby 1.2.0
|
|
72
|
-
points.push(new GLatLng(35.492692,-80.850533)); // (50 of 285.0) 2007-05-05T12:32:29Z 237 00:03:57 0.875466913135412 Gooby 1.2.0
|
|
73
|
-
points.push(new GLatLng(35.492468,-80.850539)); // (51 of 285.0) 2007-05-05T12:32:36Z 244 00:04:04 0.900378950818027 Gooby 1.2.0
|
|
74
|
-
points.push(new GLatLng(35.492337,-80.850543)); // (52 of 285.0) 2007-05-05T12:32:40Z 248 00:04:08 0.914948885199833 Gooby 1.2.0
|
|
75
|
-
points.push(new GLatLng(35.492167,-80.850552)); // (53 of 285.0) 2007-05-05T12:32:45Z 253 00:04:13 0.933868701259128 Gooby 1.2.0
|
|
76
|
-
points.push(new GLatLng(35.492006,-80.850519)); // (54 of 285.0) 2007-05-05T12:32:50Z 258 00:04:18 0.952017858140343 Gooby 1.2.0
|
|
77
|
-
points.push(new GLatLng(35.491973,-80.850322)); // (55 of 285.0) 2007-05-05T12:32:55Z 263 00:04:23 0.970225760337815 Gooby 1.2.0
|
|
78
|
-
points.push(new GLatLng(35.491975,-80.850033)); // (56 of 285.0) 2007-05-05T12:33:02Z 270 00:04:30 0.996389813229146 Gooby 1.2.0
|
|
79
|
-
points.push(new GLatLng(35.491976,-80.849797)); // (57 of 285.0) 2007-05-05T12:33:08Z 276 00:04:36 1.01775492268667 1.0 00:04:36 Gooby 1.2.0
|
|
80
|
-
points.push(new GLatLng(35.491975,-80.849525)); // (58 of 285.0) 2007-05-05T12:33:15Z 283 00:04:43 1.04237915637873 Gooby 1.2.0
|
|
81
|
-
points.push(new GLatLng(35.491985,-80.849333)); // (59 of 285.0) 2007-05-05T12:33:20Z 288 00:04:48 1.05979629389707 Gooby 1.2.0
|
|
82
|
-
points.push(new GLatLng(35.492084,-80.849263)); // (60 of 285.0) 2007-05-05T12:33:24Z 292 00:04:52 1.07249751479588 Gooby 1.2.0
|
|
83
|
-
points.push(new GLatLng(35.49224,-80.849234)); // (61 of 285.0) 2007-05-05T12:33:29Z 297 00:04:57 1.09004044667771 Gooby 1.2.0
|
|
84
|
-
points.push(new GLatLng(35.492444,-80.849214)); // (62 of 285.0) 2007-05-05T12:33:35Z 303 00:05:03 1.11279532496788 Gooby 1.2.0
|
|
85
|
-
points.push(new GLatLng(35.492603,-80.849211)); // (63 of 285.0) 2007-05-05T12:33:40Z 308 00:05:08 1.13047666729246 Gooby 1.2.0
|
|
86
|
-
points.push(new GLatLng(35.492764,-80.849204)); // (64 of 285.0) 2007-05-05T12:33:45Z 313 00:05:13 1.14838916794446 Gooby 1.2.0
|
|
87
|
-
points.push(new GLatLng(35.492923,-80.849214)); // (65 of 285.0) 2007-05-05T12:33:50Z 318 00:05:18 1.1660913948545 Gooby 1.2.0
|
|
88
|
-
points.push(new GLatLng(35.49311,-80.849197)); // (66 of 285.0) 2007-05-05T12:33:56Z 324 00:05:24 1.18694074227808 Gooby 1.2.0
|
|
89
|
-
points.push(new GLatLng(35.493263,-80.849191)); // (67 of 285.0) 2007-05-05T12:34:01Z 329 00:05:29 1.20396116308462 Gooby 1.2.0
|
|
90
|
-
points.push(new GLatLng(35.493468,-80.849198)); // (68 of 285.0) 2007-05-05T12:34:07Z 335 00:05:35 1.22676391186963 Gooby 1.2.0
|
|
91
|
-
points.push(new GLatLng(35.493621,-80.849199)); // (69 of 285.0) 2007-05-05T12:34:12Z 340 00:05:40 1.24377585900794 Gooby 1.2.0
|
|
92
|
-
points.push(new GLatLng(35.4937,-80.849133)); // (70 of 285.0) 2007-05-05T12:34:15Z 343 00:05:43 1.25439877318367 Gooby 1.2.0
|
|
93
|
-
points.push(new GLatLng(35.493722,-80.848942)); // (71 of 285.0) 2007-05-05T12:34:20Z 348 00:05:48 1.27186164166654 Gooby 1.2.0
|
|
94
|
-
points.push(new GLatLng(35.493762,-80.848692)); // (72 of 285.0) 2007-05-05T12:34:26Z 354 00:05:54 1.29492648832801 Gooby 1.2.0
|
|
95
|
-
points.push(new GLatLng(35.49372,-80.848425)); // (73 of 285.0) 2007-05-05T12:34:32Z 360 00:06:00 1.31954449966604 Gooby 1.2.0
|
|
96
|
-
points.push(new GLatLng(35.493707,-80.848206)); // (74 of 285.0) 2007-05-05T12:34:37Z 365 00:06:05 1.33942223300594 Gooby 1.2.0
|
|
97
|
-
points.push(new GLatLng(35.493699,-80.847974)); // (75 of 285.0) 2007-05-05T12:34:43Z 371 00:06:11 1.36044354959238 Gooby 1.2.0
|
|
98
|
-
points.push(new GLatLng(35.493659,-80.847779)); // (76 of 285.0) 2007-05-05T12:34:48Z 376 00:06:16 1.37864848189957 Gooby 1.2.0
|
|
99
|
-
points.push(new GLatLng(35.493543,-80.847601)); // (77 of 285.0) 2007-05-05T12:34:53Z 381 00:06:21 1.3992886583184 Gooby 1.2.0
|
|
100
|
-
points.push(new GLatLng(35.493431,-80.847408)); // (78 of 285.0) 2007-05-05T12:34:58Z 386 00:06:26 1.42074468354601 Gooby 1.2.0
|
|
101
|
-
points.push(new GLatLng(35.49337,-80.847268)); // (79 of 285.0) 2007-05-05T12:35:02Z 390 00:06:30 1.43511971654755 Gooby 1.2.0
|
|
102
|
-
points.push(new GLatLng(35.493299,-80.847127)); // (80 of 285.0) 2007-05-05T12:35:06Z 394 00:06:34 1.450127781679 Gooby 1.2.0
|
|
103
|
-
points.push(new GLatLng(35.493225,-80.846914)); // (81 of 285.0) 2007-05-05T12:35:12Z 400 00:06:40 1.47109221852984 Gooby 1.2.0
|
|
104
|
-
points.push(new GLatLng(35.493224,-80.846879)); // (82 of 285.0) 2007-05-05T12:35:13Z 401 00:06:41 1.47426353016068 Gooby 1.2.0
|
|
105
|
-
points.push(new GLatLng(35.493309,-80.846695)); // (83 of 285.0) 2007-05-05T12:35:19Z 407 00:06:47 1.4934150845259 Gooby 1.2.0
|
|
106
|
-
points.push(new GLatLng(35.493439,-80.846592)); // (84 of 285.0) 2007-05-05T12:35:24Z 412 00:06:52 1.51061615568856 Gooby 1.2.0
|
|
107
|
-
points.push(new GLatLng(35.493563,-80.84647)); // (85 of 285.0) 2007-05-05T12:35:29Z 417 00:06:57 1.5282819459041 Gooby 1.2.0
|
|
108
|
-
points.push(new GLatLng(35.493726,-80.846341)); // (86 of 285.0) 2007-05-05T12:35:35Z 423 00:07:03 1.54984230111178 Gooby 1.2.0
|
|
109
|
-
points.push(new GLatLng(35.493888,-80.846233)); // (87 of 285.0) 2007-05-05T12:35:41Z 429 00:07:09 1.57033722805218 Gooby 1.2.0
|
|
110
|
-
points.push(new GLatLng(35.494028,-80.84612)); // (88 of 285.0) 2007-05-05T12:35:47Z 435 00:07:15 1.58896398243075 Gooby 1.2.0
|
|
111
|
-
points.push(new GLatLng(35.494139,-80.846027)); // (89 of 285.0) 2007-05-05T12:35:52Z 440 00:07:20 1.60390404074174 Gooby 1.2.0
|
|
112
|
-
points.push(new GLatLng(35.494282,-80.845907)); // (90 of 285.0) 2007-05-05T12:35:58Z 446 00:07:26 1.62316071076897 Gooby 1.2.0
|
|
113
|
-
points.push(new GLatLng(35.494426,-80.845786)); // (91 of 285.0) 2007-05-05T12:36:04Z 452 00:07:32 1.64256052036879 Gooby 1.2.0
|
|
114
|
-
points.push(new GLatLng(35.49448,-80.845701)); // (92 of 285.0) 2007-05-05T12:36:07Z 455 00:07:35 1.65232039674474 Gooby 1.2.0
|
|
115
|
-
points.push(new GLatLng(35.494418,-80.845525)); // (93 of 285.0) 2007-05-05T12:36:12Z 460 00:07:40 1.66968052559622 Gooby 1.2.0
|
|
116
|
-
points.push(new GLatLng(35.494326,-80.845322)); // (94 of 285.0) 2007-05-05T12:36:18Z 466 00:07:46 1.69071277119794 Gooby 1.2.0
|
|
117
|
-
points.push(new GLatLng(35.49426,-80.845193)); // (95 of 285.0) 2007-05-05T12:36:22Z 470 00:07:50 1.70450519689453 Gooby 1.2.0
|
|
118
|
-
points.push(new GLatLng(35.494206,-80.845109)); // (96 of 285.0) 2007-05-05T12:36:25Z 473 00:07:53 1.71419417902903 Gooby 1.2.0
|
|
119
|
-
points.push(new GLatLng(35.494085,-80.845069)); // (97 of 285.0) 2007-05-05T12:36:29Z 477 00:07:57 1.72812669894426 Gooby 1.2.0
|
|
120
|
-
points.push(new GLatLng(35.493864,-80.845166)); // (98 of 285.0) 2007-05-05T12:36:36Z 484 00:08:04 1.75422160102141 Gooby 1.2.0
|
|
121
|
-
points.push(new GLatLng(35.493726,-80.845249)); // (99 of 285.0) 2007-05-05T12:36:41Z 489 00:08:09 1.77130649535151 Gooby 1.2.0
|
|
122
|
-
points.push(new GLatLng(35.493509,-80.845389)); // (100 of 285.0) 2007-05-05T12:36:49Z 497 00:08:17 1.79856070965053 Gooby 1.2.0
|
|
123
|
-
points.push(new GLatLng(35.493332,-80.845512)); // (101 of 285.0) 2007-05-05T12:36:55Z 503 00:08:23 1.82117296257443 Gooby 1.2.0
|
|
124
|
-
points.push(new GLatLng(35.493192,-80.845613)); // (102 of 285.0) 2007-05-05T12:37:00Z 508 00:08:28 1.83922628181805 Gooby 1.2.0
|
|
125
|
-
points.push(new GLatLng(35.492969,-80.845787)); // (103 of 285.0) 2007-05-05T12:37:08Z 516 00:08:36 1.86860208982328 Gooby 1.2.0
|
|
126
|
-
points.push(new GLatLng(35.492807,-80.845916)); // (104 of 285.0) 2007-05-05T12:37:14Z 522 00:08:42 1.89006924255201 Gooby 1.2.0
|
|
127
|
-
points.push(new GLatLng(35.492679,-80.846016)); // (105 of 285.0) 2007-05-05T12:37:19Z 527 00:08:47 1.90693702030145 Gooby 1.2.0
|
|
128
|
-
points.push(new GLatLng(35.492539,-80.846131)); // (106 of 285.0) 2007-05-05T12:37:24Z 532 00:08:52 1.92566413715423 Gooby 1.2.0
|
|
129
|
-
points.push(new GLatLng(35.492373,-80.846239)); // (107 of 285.0) 2007-05-05T12:37:29Z 537 00:08:57 1.9465514867339 Gooby 1.2.0
|
|
130
|
-
points.push(new GLatLng(35.492219,-80.846265)); // (108 of 285.0) 2007-05-05T12:37:34Z 542 00:09:02 1.96383565912971 Gooby 1.2.0
|
|
131
|
-
points.push(new GLatLng(35.492045,-80.846253)); // (109 of 285.0) 2007-05-05T12:37:40Z 548 00:09:08 1.98321315833688 Gooby 1.2.0
|
|
132
|
-
points.push(new GLatLng(35.491853,-80.846194)); // (110 of 285.0) 2007-05-05T12:37:46Z 554 00:09:14 2.00521948586983 2.0 00:04:38 Gooby 1.2.0
|
|
133
|
-
points.push(new GLatLng(35.491683,-80.846085)); // (111 of 285.0) 2007-05-05T12:37:52Z 560 00:09:20 2.02654237341846 Gooby 1.2.0
|
|
134
|
-
points.push(new GLatLng(35.491674,-80.846049)); // (112 of 285.0) 2007-05-05T12:37:53Z 561 00:09:21 2.02995195964653 Gooby 1.2.0
|
|
135
|
-
points.push(new GLatLng(35.491711,-80.845796)); // (113 of 285.0) 2007-05-05T12:37:59Z 567 00:09:27 2.0532225780751 Gooby 1.2.0
|
|
136
|
-
points.push(new GLatLng(35.49176,-80.845516)); // (114 of 285.0) 2007-05-05T12:38:06Z 574 00:09:34 2.07914979253808 Gooby 1.2.0
|
|
137
|
-
points.push(new GLatLng(35.491807,-80.845285)); // (115 of 285.0) 2007-05-05T12:38:12Z 580 00:09:40 2.10070513137641 Gooby 1.2.0
|
|
138
|
-
points.push(new GLatLng(35.491825,-80.845004)); // (116 of 285.0) 2007-05-05T12:38:19Z 587 00:09:47 2.12622278721443 Gooby 1.2.0
|
|
139
|
-
points.push(new GLatLng(35.491829,-80.844815)); // (117 of 285.0) 2007-05-05T12:38:24Z 592 00:09:52 2.14333851097862 Gooby 1.2.0
|
|
140
|
-
points.push(new GLatLng(35.491743,-80.84471)); // (118 of 285.0) 2007-05-05T12:38:28Z 596 00:09:56 2.1568213485561 Gooby 1.2.0
|
|
141
|
-
points.push(new GLatLng(35.491559,-80.844549)); // (119 of 285.0) 2007-05-05T12:38:35Z 603 00:10:03 2.18194124682454 Gooby 1.2.0
|
|
142
|
-
points.push(new GLatLng(35.491397,-80.84443)); // (120 of 285.0) 2007-05-05T12:38:41Z 609 00:10:09 2.20292974221978 Gooby 1.2.0
|
|
143
|
-
points.push(new GLatLng(35.491224,-80.844318)); // (121 of 285.0) 2007-05-05T12:38:47Z 615 00:10:15 2.22467406070591 Gooby 1.2.0
|
|
144
|
-
points.push(new GLatLng(35.491003,-80.844234)); // (122 of 285.0) 2007-05-05T12:38:54Z 622 00:10:22 2.25039661029307 Gooby 1.2.0
|
|
145
|
-
points.push(new GLatLng(35.490811,-80.844193)); // (123 of 285.0) 2007-05-05T12:39:00Z 628 00:10:28 2.2720651603948 Gooby 1.2.0
|
|
146
|
-
points.push(new GLatLng(35.490653,-80.844163)); // (124 of 285.0) 2007-05-05T12:39:05Z 633 00:10:33 2.28984181102842 Gooby 1.2.0
|
|
147
|
-
points.push(new GLatLng(35.490444,-80.844128)); // (125 of 285.0) 2007-05-05T12:39:11Z 639 00:10:39 2.31329527366793 Gooby 1.2.0
|
|
148
|
-
points.push(new GLatLng(35.490246,-80.844106)); // (126 of 285.0) 2007-05-05T12:39:17Z 645 00:10:45 2.33540088850847 Gooby 1.2.0
|
|
149
|
-
points.push(new GLatLng(35.490065,-80.844085)); // (127 of 285.0) 2007-05-05T12:39:22Z 650 00:10:50 2.35561600809702 Gooby 1.2.0
|
|
150
|
-
points.push(new GLatLng(35.489861,-80.844058)); // (128 of 285.0) 2007-05-05T12:39:28Z 656 00:10:56 2.37843001754817 Gooby 1.2.0
|
|
151
|
-
points.push(new GLatLng(35.489754,-80.843966)); // (129 of 285.0) 2007-05-05T12:39:32Z 660 00:11:00 2.3929528680832 Gooby 1.2.0
|
|
152
|
-
points.push(new GLatLng(35.489729,-80.843805)); // (130 of 285.0) 2007-05-05T12:39:36Z 664 00:11:04 2.40779185007566 Gooby 1.2.0
|
|
153
|
-
points.push(new GLatLng(35.4897,-80.843597)); // (131 of 285.0) 2007-05-05T12:39:41Z 669 00:11:09 2.42689676278341 Gooby 1.2.0
|
|
154
|
-
points.push(new GLatLng(35.489637,-80.843301)); // (132 of 285.0) 2007-05-05T12:39:48Z 676 00:11:16 2.45459507084603 Gooby 1.2.0
|
|
155
|
-
points.push(new GLatLng(35.489565,-80.843113)); // (133 of 285.0) 2007-05-05T12:39:53Z 681 00:11:21 2.47340405657855 Gooby 1.2.0
|
|
156
|
-
points.push(new GLatLng(35.48942,-80.842954)); // (134 of 285.0) 2007-05-05T12:39:59Z 687 00:11:27 2.49501743033085 Gooby 1.2.0
|
|
157
|
-
points.push(new GLatLng(35.489268,-80.842855)); // (135 of 285.0) 2007-05-05T12:40:04Z 692 00:11:32 2.51414756250071 Gooby 1.2.0
|
|
158
|
-
points.push(new GLatLng(35.489049,-80.842806)); // (136 of 285.0) 2007-05-05T12:40:11Z 699 00:11:39 2.53889882768188 Gooby 1.2.0
|
|
159
|
-
points.push(new GLatLng(35.488816,-80.842791)); // (137 of 285.0) 2007-05-05T12:40:18Z 706 00:11:46 2.564841504951 Gooby 1.2.0
|
|
160
|
-
points.push(new GLatLng(35.488602,-80.842789)); // (138 of 285.0) 2007-05-05T12:40:24Z 712 00:11:52 2.58863675938371 Gooby 1.2.0
|
|
161
|
-
points.push(new GLatLng(35.488446,-80.842824)); // (139 of 285.0) 2007-05-05T12:40:29Z 717 00:11:57 2.6062693599937 Gooby 1.2.0
|
|
162
|
-
points.push(new GLatLng(35.488249,-80.842866)); // (140 of 285.0) 2007-05-05T12:40:35Z 723 00:12:03 2.62850099399823 Gooby 1.2.0
|
|
163
|
-
points.push(new GLatLng(35.488068,-80.842931)); // (141 of 285.0) 2007-05-05T12:40:41Z 729 00:12:09 2.64946908436941 Gooby 1.2.0
|
|
164
|
-
points.push(new GLatLng(35.487874,-80.842988)); // (142 of 285.0) 2007-05-05T12:40:47Z 735 00:12:15 2.67164836512561 Gooby 1.2.0
|
|
165
|
-
points.push(new GLatLng(35.487722,-80.84293)); // (143 of 285.0) 2007-05-05T12:40:52Z 740 00:12:20 2.68934626432957 Gooby 1.2.0
|
|
166
|
-
points.push(new GLatLng(35.487583,-80.842779)); // (144 of 285.0) 2007-05-05T12:40:58Z 746 00:12:26 2.70997989046004 Gooby 1.2.0
|
|
167
|
-
points.push(new GLatLng(35.487412,-80.842609)); // (145 of 285.0) 2007-05-05T12:41:05Z 753 00:12:33 2.73444201275188 Gooby 1.2.0
|
|
168
|
-
points.push(new GLatLng(35.487265,-80.84241)); // (146 of 285.0) 2007-05-05T12:41:12Z 760 00:12:40 2.75876818610754 Gooby 1.2.0
|
|
169
|
-
points.push(new GLatLng(35.487188,-80.842196)); // (147 of 285.0) 2007-05-05T12:41:18Z 766 00:12:46 2.77995029339789 Gooby 1.2.0
|
|
170
|
-
points.push(new GLatLng(35.48715,-80.841975)); // (148 of 285.0) 2007-05-05T12:41:24Z 772 00:12:52 2.80039987995875 Gooby 1.2.0
|
|
171
|
-
points.push(new GLatLng(35.487146,-80.841744)); // (149 of 285.0) 2007-05-05T12:41:30Z 778 00:12:58 2.82131827086106 Gooby 1.2.0
|
|
172
|
-
points.push(new GLatLng(35.4872,-80.841489)); // (150 of 285.0) 2007-05-05T12:41:37Z 785 00:13:05 2.84517253313684 Gooby 1.2.0
|
|
173
|
-
points.push(new GLatLng(35.487302,-80.841302)); // (151 of 285.0) 2007-05-05T12:41:43Z 791 00:13:11 2.86555060353575 Gooby 1.2.0
|
|
174
|
-
points.push(new GLatLng(35.487415,-80.841137)); // (152 of 285.0) 2007-05-05T12:41:49Z 797 00:13:17 2.88507035628765 Gooby 1.2.0
|
|
175
|
-
points.push(new GLatLng(35.487529,-80.841009)); // (153 of 285.0) 2007-05-05T12:41:54Z 802 00:13:22 2.90224494952706 Gooby 1.2.0
|
|
176
|
-
points.push(new GLatLng(35.487673,-80.84087)); // (154 of 285.0) 2007-05-05T12:42:00Z 808 00:13:28 2.92260974863157 Gooby 1.2.0
|
|
177
|
-
points.push(new GLatLng(35.487772,-80.840776)); // (155 of 285.0) 2007-05-05T12:42:04Z 812 00:13:32 2.93652382194254 Gooby 1.2.0
|
|
178
|
-
points.push(new GLatLng(35.487943,-80.840616)); // (156 of 285.0) 2007-05-05T12:42:11Z 819 00:13:39 2.96042639211154 Gooby 1.2.0
|
|
179
|
-
points.push(new GLatLng(35.488058,-80.840505)); // (157 of 285.0) 2007-05-05T12:42:16Z 824 00:13:44 2.97668922046436 Gooby 1.2.0
|
|
180
|
-
points.push(new GLatLng(35.488216,-80.840387)); // (158 of 285.0) 2007-05-05T12:42:22Z 830 00:13:50 2.9972499982554 Gooby 1.2.0
|
|
181
|
-
points.push(new GLatLng(35.488409,-80.840216)); // (159 of 285.0) 2007-05-05T12:42:29Z 837 00:13:57 3.02371082191346 3.0 00:04:43 Gooby 1.2.0
|
|
182
|
-
points.push(new GLatLng(35.488559,-80.840107)); // (160 of 285.0) 2007-05-05T12:42:35Z 843 00:14:03 3.04308971627266 Gooby 1.2.0
|
|
183
|
-
points.push(new GLatLng(35.488667,-80.839997)); // (161 of 285.0) 2007-05-05T12:42:40Z 848 00:14:08 3.05869016012267 Gooby 1.2.0
|
|
184
|
-
points.push(new GLatLng(35.488821,-80.839804)); // (162 of 285.0) 2007-05-05T12:42:47Z 855 00:14:15 3.0831544927141 Gooby 1.2.0
|
|
185
|
-
points.push(new GLatLng(35.48893,-80.839672)); // (163 of 285.0) 2007-05-05T12:42:52Z 860 00:14:20 3.1001751782548 Gooby 1.2.0
|
|
186
|
-
points.push(new GLatLng(35.489021,-80.839507)); // (164 of 285.0) 2007-05-05T12:42:58Z 866 00:14:26 3.11821751221119 Gooby 1.2.0
|
|
187
|
-
points.push(new GLatLng(35.489156,-80.839332)); // (165 of 285.0) 2007-05-05T12:43:04Z 872 00:14:32 3.14004249801716 Gooby 1.2.0
|
|
188
|
-
points.push(new GLatLng(35.489262,-80.839139)); // (166 of 285.0) 2007-05-05T12:43:10Z 878 00:14:38 3.16111904438217 Gooby 1.2.0
|
|
189
|
-
points.push(new GLatLng(35.489359,-80.838945)); // (167 of 285.0) 2007-05-05T12:43:16Z 884 00:14:44 3.18172972810965 Gooby 1.2.0
|
|
190
|
-
points.push(new GLatLng(35.48945,-80.838747)); // (168 of 285.0) 2007-05-05T12:43:22Z 890 00:14:50 3.20231372283358 Gooby 1.2.0
|
|
191
|
-
points.push(new GLatLng(35.489553,-80.838524)); // (169 of 285.0) 2007-05-05T12:43:29Z 897 00:14:57 3.22552462618133 Gooby 1.2.0
|
|
192
|
-
points.push(new GLatLng(35.489653,-80.83831)); // (170 of 285.0) 2007-05-05T12:43:36Z 904 00:15:04 3.24786261580095 Gooby 1.2.0
|
|
193
|
-
points.push(new GLatLng(35.489741,-80.838113)); // (171 of 285.0) 2007-05-05T12:43:42Z 910 00:15:10 3.2682052768414 Gooby 1.2.0
|
|
194
|
-
points.push(new GLatLng(35.489832,-80.837918)); // (172 of 285.0) 2007-05-05T12:43:48Z 916 00:15:16 3.28855325321384 Gooby 1.2.0
|
|
195
|
-
points.push(new GLatLng(35.489915,-80.83773)); // (173 of 285.0) 2007-05-05T12:43:54Z 922 00:15:22 3.30791446821888 Gooby 1.2.0
|
|
196
|
-
points.push(new GLatLng(35.489988,-80.837543)); // (174 of 285.0) 2007-05-05T12:44:00Z 928 00:15:28 3.32668916530435 Gooby 1.2.0
|
|
197
|
-
points.push(new GLatLng(35.490119,-80.837421)); // (175 of 285.0) 2007-05-05T12:44:06Z 934 00:15:34 3.34496918611299 Gooby 1.2.0
|
|
198
|
-
points.push(new GLatLng(35.490228,-80.837437)); // (176 of 285.0) 2007-05-05T12:44:10Z 938 00:15:38 3.35717544722248 Gooby 1.2.0
|
|
199
|
-
points.push(new GLatLng(35.49039,-80.837556)); // (177 of 285.0) 2007-05-05T12:44:16Z 944 00:15:44 3.37816394261772 Gooby 1.2.0
|
|
200
|
-
points.push(new GLatLng(35.490489,-80.837655)); // (178 of 285.0) 2007-05-05T12:44:20Z 948 00:15:48 3.39235918206417 Gooby 1.2.0
|
|
201
|
-
points.push(new GLatLng(35.490644,-80.83778)); // (179 of 285.0) 2007-05-05T12:44:26Z 954 00:15:54 3.41297686046668 Gooby 1.2.0
|
|
202
|
-
points.push(new GLatLng(35.490816,-80.837922)); // (180 of 285.0) 2007-05-05T12:44:33Z 961 00:16:01 3.43602059871394 Gooby 1.2.0
|
|
203
|
-
points.push(new GLatLng(35.490997,-80.838051)); // (181 of 285.0) 2007-05-05T12:44:40Z 968 00:16:08 3.45928908709992 Gooby 1.2.0
|
|
204
|
-
points.push(new GLatLng(35.491236,-80.838213)); // (182 of 285.0) 2007-05-05T12:44:49Z 977 00:16:17 3.48964184287734 Gooby 1.2.0
|
|
205
|
-
points.push(new GLatLng(35.491437,-80.838337)); // (183 of 285.0) 2007-05-05T12:44:56Z 984 00:16:24 3.51465190190518 Gooby 1.2.0
|
|
206
|
-
points.push(new GLatLng(35.491612,-80.838433)); // (184 of 285.0) 2007-05-05T12:45:02Z 990 00:16:30 3.53596252945301 Gooby 1.2.0
|
|
207
|
-
points.push(new GLatLng(35.491752,-80.838504)); // (185 of 285.0) 2007-05-05T12:45:07Z 995 00:16:35 3.55280410792806 Gooby 1.2.0
|
|
208
|
-
points.push(new GLatLng(35.49198,-80.838604)); // (186 of 285.0) 2007-05-05T12:45:14Z 1002 00:16:42 3.57972328964004 Gooby 1.2.0
|
|
209
|
-
points.push(new GLatLng(35.492127,-80.83869)); // (187 of 285.0) 2007-05-05T12:45:19Z 1007 00:16:47 3.59782745357563 Gooby 1.2.0
|
|
210
|
-
points.push(new GLatLng(35.492261,-80.838757)); // (188 of 285.0) 2007-05-05T12:45:23Z 1011 00:16:51 3.61391366124524 Gooby 1.2.0
|
|
211
|
-
points.push(new GLatLng(35.492367,-80.838684)); // (189 of 285.0) 2007-05-05T12:45:27Z 1015 00:16:55 3.62742620960672 Gooby 1.2.0
|
|
212
|
-
points.push(new GLatLng(35.492468,-80.838416)); // (190 of 285.0) 2007-05-05T12:45:34Z 1022 00:17:02 3.65416130570631 Gooby 1.2.0
|
|
213
|
-
points.push(new GLatLng(35.492506,-80.838207)); // (191 of 285.0) 2007-05-05T12:45:39Z 1027 00:17:07 3.67354787160706 Gooby 1.2.0
|
|
214
|
-
points.push(new GLatLng(35.492532,-80.838014)); // (192 of 285.0) 2007-05-05T12:45:44Z 1032 00:17:12 3.69125747863373 Gooby 1.2.0
|
|
215
|
-
points.push(new GLatLng(35.492565,-80.837816)); // (193 of 285.0) 2007-05-05T12:45:50Z 1038 00:17:18 3.70955376083646 Gooby 1.2.0
|
|
216
|
-
points.push(new GLatLng(35.492594,-80.837628)); // (194 of 285.0) 2007-05-05T12:45:55Z 1043 00:17:23 3.72687595309305 Gooby 1.2.0
|
|
217
|
-
points.push(new GLatLng(35.492627,-80.837445)); // (195 of 285.0) 2007-05-05T12:46:00Z 1048 00:17:28 3.7438444062661 Gooby 1.2.0
|
|
218
|
-
points.push(new GLatLng(35.492647,-80.837227)); // (196 of 285.0) 2007-05-05T12:46:05Z 1053 00:17:33 3.7637046774318 Gooby 1.2.0
|
|
219
|
-
points.push(new GLatLng(35.492679,-80.837047)); // (197 of 285.0) 2007-05-05T12:46:10Z 1058 00:17:38 3.78038387441474 Gooby 1.2.0
|
|
220
|
-
points.push(new GLatLng(35.492728,-80.836847)); // (198 of 285.0) 2007-05-05T12:46:15Z 1063 00:17:43 3.79929201708876 Gooby 1.2.0
|
|
221
|
-
points.push(new GLatLng(35.492773,-80.836652)); // (199 of 285.0) 2007-05-05T12:46:20Z 1068 00:17:48 3.81764068094009 Gooby 1.2.0
|
|
222
|
-
points.push(new GLatLng(35.492883,-80.836671)); // (200 of 285.0) 2007-05-05T12:46:24Z 1072 00:17:52 3.82999189498956 Gooby 1.2.0
|
|
223
|
-
points.push(new GLatLng(35.49298,-80.836775)); // (201 of 285.0) 2007-05-05T12:46:28Z 1076 00:17:56 3.84430850670062 Gooby 1.2.0
|
|
224
|
-
points.push(new GLatLng(35.493117,-80.83697)); // (202 of 285.0) 2007-05-05T12:46:35Z 1083 00:18:03 3.86762555034926 Gooby 1.2.0
|
|
225
|
-
points.push(new GLatLng(35.493242,-80.83713)); // (203 of 285.0) 2007-05-05T12:46:42Z 1090 00:18:10 3.88769975266242 Gooby 1.2.0
|
|
226
|
-
points.push(new GLatLng(35.493352,-80.837267)); // (204 of 285.0) 2007-05-05T12:46:47Z 1095 00:18:15 3.90511844234891 Gooby 1.2.0
|
|
227
|
-
points.push(new GLatLng(35.493495,-80.837473)); // (205 of 285.0) 2007-05-05T12:46:55Z 1103 00:18:23 3.92962565207796 Gooby 1.2.0
|
|
228
|
-
points.push(new GLatLng(35.493598,-80.837634)); // (206 of 285.0) 2007-05-05T12:47:01Z 1109 00:18:29 3.94816171285614 Gooby 1.2.0
|
|
229
|
-
points.push(new GLatLng(35.493684,-80.837813)); // (207 of 285.0) 2007-05-05T12:47:07Z 1115 00:18:35 3.96697716565599 Gooby 1.2.0
|
|
230
|
-
points.push(new GLatLng(35.49375,-80.838024)); // (208 of 285.0) 2007-05-05T12:47:13Z 1121 00:18:41 3.98743974832003 Gooby 1.2.0
|
|
231
|
-
points.push(new GLatLng(35.493817,-80.838233)); // (209 of 285.0) 2007-05-05T12:47:19Z 1127 00:18:47 4.00777399057662 4.0 00:04:50 Gooby 1.2.0
|
|
232
|
-
points.push(new GLatLng(35.493862,-80.838426)); // (210 of 285.0) 2007-05-05T12:47:24Z 1132 00:18:52 4.02594820559964 Gooby 1.2.0
|
|
233
|
-
points.push(new GLatLng(35.49396,-80.838648)); // (211 of 285.0) 2007-05-05T12:47:31Z 1139 00:18:59 4.04880917333975 Gooby 1.2.0
|
|
234
|
-
points.push(new GLatLng(35.49398,-80.838833)); // (212 of 285.0) 2007-05-05T12:47:36Z 1144 00:19:04 4.0657036431617 Gooby 1.2.0
|
|
235
|
-
points.push(new GLatLng(35.494015,-80.839064)); // (213 of 285.0) 2007-05-05T12:47:42Z 1150 00:19:10 4.08697448282273 Gooby 1.2.0
|
|
236
|
-
points.push(new GLatLng(35.494055,-80.839299)); // (214 of 285.0) 2007-05-05T12:47:48Z 1156 00:19:16 4.10870843769168 Gooby 1.2.0
|
|
237
|
-
points.push(new GLatLng(35.494134,-80.839422)); // (215 of 285.0) 2007-05-05T12:47:52Z 1160 00:19:20 4.12289129216607 Gooby 1.2.0
|
|
238
|
-
points.push(new GLatLng(35.494231,-80.83956)); // (216 of 285.0) 2007-05-05T12:47:57Z 1165 00:19:25 4.13939559417239 Gooby 1.2.0
|
|
239
|
-
points.push(new GLatLng(35.494283,-80.839758)); // (217 of 285.0) 2007-05-05T12:48:02Z 1170 00:19:30 4.15822947789352 Gooby 1.2.0
|
|
240
|
-
points.push(new GLatLng(35.494339,-80.839978)); // (218 of 285.0) 2007-05-05T12:48:07Z 1175 00:19:35 4.17909610760407 Gooby 1.2.0
|
|
241
|
-
points.push(new GLatLng(35.494397,-80.840207)); // (219 of 285.0) 2007-05-05T12:48:13Z 1181 00:19:41 4.20080683001864 Gooby 1.2.0
|
|
242
|
-
points.push(new GLatLng(35.494461,-80.840426)); // (220 of 285.0) 2007-05-05T12:48:19Z 1187 00:19:47 4.22187075908954 Gooby 1.2.0
|
|
243
|
-
points.push(new GLatLng(35.4945,-80.840625)); // (221 of 285.0) 2007-05-05T12:48:24Z 1192 00:19:52 4.24040049846274 Gooby 1.2.0
|
|
244
|
-
points.push(new GLatLng(35.494574,-80.840838)); // (222 of 285.0) 2007-05-05T12:48:30Z 1198 00:19:58 4.26136493531357 Gooby 1.2.0
|
|
245
|
-
points.push(new GLatLng(35.494633,-80.841082)); // (223 of 285.0) 2007-05-05T12:48:37Z 1205 00:20:05 4.28440710920536 Gooby 1.2.0
|
|
246
|
-
points.push(new GLatLng(35.494716,-80.841309)); // (224 of 285.0) 2007-05-05T12:48:44Z 1212 00:20:12 4.30693391353337 Gooby 1.2.0
|
|
247
|
-
points.push(new GLatLng(35.49477,-80.841492)); // (225 of 285.0) 2007-05-05T12:48:49Z 1217 00:20:17 4.3245547551553 Gooby 1.2.0
|
|
248
|
-
points.push(new GLatLng(35.494824,-80.841667)); // (226 of 285.0) 2007-05-05T12:48:54Z 1222 00:20:22 4.34149663281764 Gooby 1.2.0
|
|
249
|
-
points.push(new GLatLng(35.494896,-80.841899)); // (227 of 285.0) 2007-05-05T12:49:00Z 1228 00:20:28 4.36397297434923 Gooby 1.2.0
|
|
250
|
-
points.push(new GLatLng(35.494894,-80.842072)); // (228 of 285.0) 2007-05-05T12:49:05Z 1233 00:20:33 4.37963568185896 Gooby 1.2.0
|
|
251
|
-
points.push(new GLatLng(35.49491,-80.84221)); // (229 of 285.0) 2007-05-05T12:49:09Z 1237 00:20:37 4.3922539722646 Gooby 1.2.0
|
|
252
|
-
points.push(new GLatLng(35.495014,-80.842453)); // (230 of 285.0) 2007-05-05T12:49:16Z 1244 00:20:44 4.41710625009001 Gooby 1.2.0
|
|
253
|
-
points.push(new GLatLng(35.495124,-80.842665)); // (231 of 285.0) 2007-05-05T12:49:23Z 1251 00:20:51 4.43986390049182 Gooby 1.2.0
|
|
254
|
-
points.push(new GLatLng(35.495193,-80.842824)); // (232 of 285.0) 2007-05-05T12:49:28Z 1256 00:20:56 4.45617431505224 Gooby 1.2.0
|
|
255
|
-
points.push(new GLatLng(35.495276,-80.843012)); // (233 of 285.0) 2007-05-05T12:49:33Z 1261 00:21:01 4.47553459911774 Gooby 1.2.0
|
|
256
|
-
points.push(new GLatLng(35.495348,-80.843212)); // (234 of 285.0) 2007-05-05T12:49:39Z 1267 00:21:07 4.49533078639912 Gooby 1.2.0
|
|
257
|
-
points.push(new GLatLng(35.495452,-80.843389)); // (235 of 285.0) 2007-05-05T12:49:44Z 1272 00:21:12 4.51509074965178 Gooby 1.2.0
|
|
258
|
-
points.push(new GLatLng(35.495556,-80.843599)); // (236 of 285.0) 2007-05-05T12:49:50Z 1278 00:21:18 4.53734203499311 Gooby 1.2.0
|
|
259
|
-
points.push(new GLatLng(35.495649,-80.843751)); // (237 of 285.0) 2007-05-05T12:49:55Z 1283 00:21:23 4.55455462835557 Gooby 1.2.0
|
|
260
|
-
points.push(new GLatLng(35.495741,-80.843959)); // (238 of 285.0) 2007-05-05T12:50:01Z 1289 00:21:29 4.57598333524375 Gooby 1.2.0
|
|
261
|
-
points.push(new GLatLng(35.495829,-80.844134)); // (239 of 285.0) 2007-05-05T12:50:06Z 1294 00:21:34 4.59460379900666 Gooby 1.2.0
|
|
262
|
-
points.push(new GLatLng(35.495947,-80.844357)); // (240 of 285.0) 2007-05-05T12:50:13Z 1301 00:21:41 4.6186801113492 Gooby 1.2.0
|
|
263
|
-
points.push(new GLatLng(35.496064,-80.844577)); // (241 of 285.0) 2007-05-05T12:50:20Z 1308 00:21:48 4.64246816892987 Gooby 1.2.0
|
|
264
|
-
points.push(new GLatLng(35.496188,-80.844813)); // (242 of 285.0) 2007-05-05T12:50:27Z 1315 00:21:55 4.66789472315989 Gooby 1.2.0
|
|
265
|
-
points.push(new GLatLng(35.496289,-80.844977)); // (243 of 285.0) 2007-05-05T12:50:32Z 1320 00:22:00 4.68650986243379 Gooby 1.2.0
|
|
266
|
-
points.push(new GLatLng(35.49646,-80.845317)); // (244 of 285.0) 2007-05-05T12:50:41Z 1329 00:22:09 4.72268756404271 Gooby 1.2.0
|
|
267
|
-
points.push(new GLatLng(35.496539,-80.845497)); // (245 of 285.0) 2007-05-05T12:50:46Z 1334 00:22:14 4.74119881308552 Gooby 1.2.0
|
|
268
|
-
points.push(new GLatLng(35.496604,-80.845657)); // (246 of 285.0) 2007-05-05T12:50:51Z 1339 00:22:19 4.75738610330265 Gooby 1.2.0
|
|
269
|
-
points.push(new GLatLng(35.496743,-80.845862)); // (247 of 285.0) 2007-05-05T12:50:57Z 1345 00:22:25 4.78153697371373 Gooby 1.2.0
|
|
270
|
-
points.push(new GLatLng(35.496863,-80.846044)); // (248 of 285.0) 2007-05-05T12:51:02Z 1350 00:22:30 4.8027377923653 Gooby 1.2.0
|
|
271
|
-
points.push(new GLatLng(35.49699,-80.846218)); // (249 of 285.0) 2007-05-05T12:51:08Z 1356 00:22:36 4.823892227588 Gooby 1.2.0
|
|
272
|
-
points.push(new GLatLng(35.497132,-80.846335)); // (250 of 285.0) 2007-05-05T12:51:13Z 1361 00:22:41 4.84290469872466 Gooby 1.2.0
|
|
273
|
-
points.push(new GLatLng(35.497289,-80.846464)); // (251 of 285.0) 2007-05-05T12:51:18Z 1366 00:22:46 4.86390714402967 Gooby 1.2.0
|
|
274
|
-
points.push(new GLatLng(35.497463,-80.846612)); // (252 of 285.0) 2007-05-05T12:51:24Z 1372 00:22:52 4.88744001068536 Gooby 1.2.0
|
|
275
|
-
points.push(new GLatLng(35.49762,-80.846762)); // (253 of 285.0) 2007-05-05T12:51:30Z 1378 00:22:58 4.90955581498135 Gooby 1.2.0
|
|
276
|
-
points.push(new GLatLng(35.497721,-80.846966)); // (254 of 285.0) 2007-05-05T12:51:36Z 1384 00:23:04 4.93116918873365 Gooby 1.2.0
|
|
277
|
-
points.push(new GLatLng(35.497791,-80.847164)); // (255 of 285.0) 2007-05-05T12:51:42Z 1390 00:23:10 4.95070970595862 Gooby 1.2.0
|
|
278
|
-
points.push(new GLatLng(35.497842,-80.84733)); // (256 of 285.0) 2007-05-05T12:51:47Z 1395 00:23:15 4.96677124495563 Gooby 1.2.0
|
|
279
|
-
points.push(new GLatLng(35.497887,-80.84748)); // (257 of 285.0) 2007-05-05T12:51:52Z 1400 00:23:20 4.98124187721333 Gooby 1.2.0
|
|
280
|
-
points.push(new GLatLng(35.498007,-80.847719)); // (258 of 285.0) 2007-05-05T12:51:59Z 1407 00:23:27 5.00666027832762 5.0 00:04:40 Gooby 1.2.0
|
|
281
|
-
points.push(new GLatLng(35.498142,-80.847816)); // (259 of 285.0) 2007-05-05T12:52:04Z 1412 00:23:32 5.02405048958562 Gooby 1.2.0
|
|
282
|
-
points.push(new GLatLng(35.498187,-80.847821)); // (260 of 285.0) 2007-05-05T12:52:06Z 1414 00:23:34 5.02907375168168 Gooby 1.2.0
|
|
283
|
-
points.push(new GLatLng(35.498199,-80.847808)); // (261 of 285.0) 2007-05-05T12:52:13Z 1421 00:23:41 5.03085227834843 Gooby 1.2.0
|
|
284
|
-
points.push(new GLatLng(35.498216,-80.847816)); // (262 of 285.0) 2007-05-05T12:52:17Z 1425 00:23:45 5.03287499360158 Gooby 1.2.0
|
|
285
|
-
points.push(new GLatLng(35.498227,-80.847841)); // (263 of 285.0) 2007-05-05T12:52:30Z 1438 00:23:58 5.03544689818844 Gooby 1.2.0
|
|
286
|
-
points.push(new GLatLng(35.498266,-80.847869)); // (264 of 285.0) 2007-05-05T12:52:36Z 1444 00:24:04 5.0404701602845 Gooby 1.2.0
|
|
287
|
-
points.push(new GLatLng(35.49832,-80.847859)); // (265 of 285.0) 2007-05-05T12:52:43Z 1451 00:24:11 5.04654127553068 Gooby 1.2.0
|
|
288
|
-
points.push(new GLatLng(35.498328,-80.847868)); // (266 of 285.0) 2007-05-05T12:52:50Z 1458 00:24:18 5.04774581146619 Gooby 1.2.0
|
|
289
|
-
points.push(new GLatLng(35.498334,-80.847873)); // (267 of 285.0) 2007-05-05T12:52:55Z 1463 00:24:23 5.04855132542594 Gooby 1.2.0
|
|
290
|
-
points.push(new GLatLng(35.498325,-80.847865)); // (268 of 285.0) 2007-05-05T12:53:02Z 1470 00:24:30 5.04978907071975 Gooby 1.2.0
|
|
291
|
-
points.push(new GLatLng(35.498371,-80.847882)); // (269 of 285.0) 2007-05-05T12:53:21Z 1489 00:24:49 5.05512971534381 Gooby 1.2.0
|
|
292
|
-
points.push(new GLatLng(35.49838,-80.847881)); // (270 of 285.0) 2007-05-05T12:53:28Z 1496 00:24:56 5.05613436776302 Gooby 1.2.0
|
|
293
|
-
points.push(new GLatLng(35.498408,-80.84786)); // (271 of 285.0) 2007-05-05T12:53:33Z 1501 00:25:01 5.05978148733285 Gooby 1.2.0
|
|
294
|
-
points.push(new GLatLng(35.498437,-80.847869)); // (272 of 285.0) 2007-05-05T12:53:38Z 1506 00:25:06 5.0631067741024 Gooby 1.2.0
|
|
295
|
-
points.push(new GLatLng(35.498451,-80.847867)); // (273 of 285.0) 2007-05-05T12:53:43Z 1511 00:25:11 5.06467241181904 Gooby 1.2.0
|
|
296
|
-
points.push(new GLatLng(35.498428,-80.847921)); // (274 of 285.0) 2007-05-05T12:53:55Z 1523 00:25:23 5.07018902272105 Gooby 1.2.0
|
|
297
|
-
points.push(new GLatLng(35.498425,-80.847929)); // (275 of 285.0) 2007-05-05T12:54:00Z 1528 00:25:28 5.07098327019642 Gooby 1.2.0
|
|
298
|
-
points.push(new GLatLng(35.498436,-80.847926)); // (276 of 285.0) 2007-05-05T12:54:07Z 1535 00:25:35 5.07223188901062 Gooby 1.2.0
|
|
299
|
-
points.push(new GLatLng(35.498451,-80.847914)); // (277 of 285.0) 2007-05-05T12:54:14Z 1542 00:25:42 5.07422317281382 Gooby 1.2.0
|
|
300
|
-
points.push(new GLatLng(35.498452,-80.847916)); // (278 of 285.0) 2007-05-05T12:54:23Z 1551 00:25:51 5.07441303427491 Gooby 1.2.0
|
|
301
|
-
points.push(new GLatLng(35.498424,-80.847875)); // (279 of 285.0) 2007-05-05T12:54:31Z 1559 00:25:59 5.07925636256197 Gooby 1.2.0
|
|
302
|
-
points.push(new GLatLng(35.49843,-80.847891)); // (280 of 285.0) 2007-05-05T12:54:39Z 1567 00:26:07 5.08085052061429 Gooby 1.2.0
|
|
303
|
-
points.push(new GLatLng(35.498433,-80.847895)); // (281 of 285.0) 2007-05-05T12:54:44Z 1572 00:26:12 5.0813437951598 Gooby 1.2.0
|
|
304
|
-
points.push(new GLatLng(35.498435,-80.847861)); // (282 of 285.0) 2007-05-05T12:54:49Z 1577 00:26:17 5.08442867876276 Gooby 1.2.0
|
|
305
|
-
points.push(new GLatLng(35.498398,-80.847864)); // (283 of 285.0) 2007-05-05T12:54:54Z 1582 00:26:22 5.08855024705527 Gooby 1.2.0
|
|
306
|
-
points.push(new GLatLng(35.498376,-80.847876)); // (284 of 285.0) 2007-05-05T12:55:01Z 1589 00:26:29 5.09122857255962 Gooby 1.2.0
|
|
307
|
-
points.push(new GLatLng(35.498395,-80.847871)); // (285 of 285.0) 2007-05-05T12:55:11Z 1599 00:26:39 5.09338915928222 Gooby 1.2.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 km</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><tr><td>Altitude:</td><td>260.17395</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.849797, 35.491976);
|
|
334
|
-
var m1 = new GMarker(p1, icon1);
|
|
335
|
-
GEvent.addListener(m1, "click", function() {
|
|
336
|
-
m1.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 1</b></td></tr><tr><td>Distance:</td><td>1.01775492268667 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:33:08Z</td></tr><tr><td>Elapsed Time:</td><td>00:04:36</td></tr><tr><td>Average Pace:</td><td>4:31.185 per km</td></tr><tr><td>Lat/Lng:</td><td>35.491976 , -80.849797</td></tr><tr><td>Altitude:</td><td>248.157593</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.846194, 35.491853);
|
|
343
|
-
var m2 = new GMarker(p2, icon2);
|
|
344
|
-
GEvent.addListener(m2, "click", function() {
|
|
345
|
-
m2.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 2</b></td></tr><tr><td>Distance:</td><td>2.00521948586983 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:37:46Z</td></tr><tr><td>Elapsed Time:</td><td>00:09:14</td></tr><tr><td>Average Pace:</td><td>4:36.278 per km</td></tr><tr><td>Lat/Lng:</td><td>35.491853 , -80.846194</td></tr><tr><td>Altitude:</td><td>249.599487</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.840216, 35.488409);
|
|
352
|
-
var m3 = new GMarker(p3, icon3);
|
|
353
|
-
GEvent.addListener(m3, "click", function() {
|
|
354
|
-
m3.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 3</b></td></tr><tr><td>Distance:</td><td>3.02371082191346 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:42:29Z</td></tr><tr><td>Elapsed Time:</td><td>00:13:57</td></tr><tr><td>Average Pace:</td><td>4:36.812 per km</td></tr><tr><td>Lat/Lng:</td><td>35.488409 , -80.840216</td></tr><tr><td>Altitude:</td><td>236.621704</td></tr></table>");
|
|
355
|
-
});
|
|
356
|
-
map.addOverlay(m3);
|
|
357
|
-
|
|
358
|
-
var icon4 = new GIcon(baseIcon);
|
|
359
|
-
icon4.image = "http://www.joakim-systems.com/gicons/marker4.png";
|
|
360
|
-
var p4 = new GPoint(-80.838233, 35.493817);
|
|
361
|
-
var m4 = new GMarker(p4, icon4);
|
|
362
|
-
GEvent.addListener(m4, "click", function() {
|
|
363
|
-
m4.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 4</b></td></tr><tr><td>Distance:</td><td>4.00777399057662 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:47:19Z</td></tr><tr><td>Elapsed Time:</td><td>00:18:47</td></tr><tr><td>Average Pace:</td><td>4:41.203 per km</td></tr><tr><td>Lat/Lng:</td><td>35.493817 , -80.838233</td></tr><tr><td>Altitude:</td><td>250.0802</td></tr></table>");
|
|
364
|
-
});
|
|
365
|
-
map.addOverlay(m4);
|
|
366
|
-
|
|
367
|
-
var icon5 = new GIcon(baseIcon);
|
|
368
|
-
icon5.image = "http://www.joakim-systems.com/gicons/marker5.png";
|
|
369
|
-
var p5 = new GPoint(-80.847719, 35.498007);
|
|
370
|
-
var m5 = new GMarker(p5, icon5);
|
|
371
|
-
GEvent.addListener(m5, "click", function() {
|
|
372
|
-
m5.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Kilometer 5</b></td></tr><tr><td>Distance:</td><td>5.00666027832762 km</td></tr><tr><td>Time of Day:</td><td>2007-05-05T12:51:59Z</td></tr><tr><td>Elapsed Time:</td><td>00:23:27</td></tr><tr><td>Average Pace:</td><td>4:41.025 per km</td></tr><tr><td>Lat/Lng:</td><td>35.498007 , -80.847719</td></tr><tr><td>Altitude:</td><td>252.963989</td></tr></table>");
|
|
373
|
-
});
|
|
374
|
-
map.addOverlay(m5);
|
|
375
|
-
|
|
376
|
-
var iconFinish = new GIcon(baseIcon);
|
|
377
|
-
iconFinish.image = "http://www.joakim-systems.com/gicons/dd-end.png";
|
|
378
|
-
var pFinish = new GPoint(-80.847871, 35.498395);
|
|
379
|
-
var mFinish = new GMarker(pFinish, iconFinish);
|
|
380
|
-
GEvent.addListener(mFinish, "click", function() {
|
|
381
|
-
mFinish.openInfoWindowHtml("<table align='left'><tr><td colspan='2'><b>Finish!</b></td></tr><tr><td>Distance:</td><td>5.09338915928222 km</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>5:13.936 per km</td></tr><tr><td>Lat/Lng:</td><td>35.498395 , -80.847871</td></tr><tr><td>Altitude:</td><td>251.041382</td></tr></table>");
|
|
382
|
-
});
|
|
383
|
-
map.addOverlay(mFinish);
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
GEvent.addListener(map, "click", function() {
|
|
389
|
-
var center = map.getCenter();
|
|
390
|
-
|
|
391
|
-
document.getElementById("messages").innerHTML = 'click: ' + center.toString();
|
|
392
|
-
});
|
|
393
|
-
GEvent.addListener(map, "moveend", function() {
|
|
394
|
-
var center = map.getCenter();
|
|
395
|
-
|
|
396
|
-
document.getElementById("messages").innerHTML = 'moveend: ' + center.toString();
|
|
397
|
-
});
|
|
398
|
-
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
//]]>
|
|
402
|
-
|
|
403
|
-
</script>
|
|
404
|
-
</head>
|
|
405
|
-
<body onload="load()" onunload="GUnload()">
|
|
406
|
-
<center>
|
|
407
|
-
<h3> </h3>
|
|
408
|
-
<h5> Generated by Gooby Sun Jul 22 09:48:48 EDT 2007 <br> Gooby = Google APIs + Ruby </h5>
|
|
409
|
-
<div id="map" style="width: 900px; height: 600px"></div>
|
|
410
|
-
<div id="messages"></div>
|
|
411
|
-
</center>
|
|
412
|
-
</body>
|
|
413
|
-
</html>
|