diff --git a/index.php b/index.php
index 28ac898..b19db5c 100644
--- a/index.php
+++ b/index.php
@@ -65,7 +65,7 @@
$time_into_model = (int)(($burst_timestamp - mktime($gribhour, 0, 0, $gribmonth, $gribday, $gribyear)) / 3600);
$time_into_model = $time_into_model - ($time_into_model % 3);
?>
-
Launch: " . $initial_lat . ", " . $initial_lon . " - " . $launchdate; ?> GMT
+
Launch: " . $initial_lat . ", " . $initial_lon . " - " . $launchdate; ?> GMT
Landing: " . $land_lat . ", " . $land_lon . " - " . $landdate; ?> GMT
Duration:
Distance:
@@ -110,7 +110,7 @@ launchIcon.image = "icons/arrow.png";
markerOptions = { icon:launchIcon };
var launchMarker = new GMarker(new GLatLng(), markerOptions);
GEvent.addListener(launchMarker, "click", function() {
- launchMarker.openInfoWindowHtml("Launch Site
"; ?>");
+ launchMarker.openInfoWindowHtml("Launch Site
");
});
map.addOverlay(launchMarker)
@@ -155,7 +155,7 @@ apogeeIcon.image = "icons/balloon.png";
markerOptions = { icon:apogeeIcon };
var apogeeMarker = new GMarker(new GLatLng(), markerOptions);
GEvent.addListener(apogeeMarker, "click", function() {
- apogeeMarker.openInfoWindowHtml("Balloon Burst
" . $apogee_lat . ", " . $apogee_lon . " - " . $bursttime ?>");
+ apogeeMarker.openInfoWindowHtml("Balloon Burst
" . $apogee_lat . ", " . $apogee_lon . " - " . $bursttime ?>");
});
map.addOverlay(apogeeMarker)
diff --git a/index2.php b/index2.php
deleted file mode 100644
index c2f283a..0000000
--- a/index2.php
+++ /dev/null
@@ -1,205 +0,0 @@
-