Pan To button working correctly
rodzic
7b8b54bb47
commit
73295075c0
|
@ -152,6 +152,10 @@ function writePredictionInfo(current_uuid, run_time, gfs_timestamp) {
|
||||||
// populate the download links
|
// populate the download links
|
||||||
$("#dlcsv").attr("href", "preds/"+current_uuid+"/flight_path.csv");
|
$("#dlcsv").attr("href", "preds/"+current_uuid+"/flight_path.csv");
|
||||||
$("#dlkml").attr("href", "kml.php?uuid="+current_uuid);
|
$("#dlkml").attr("href", "kml.php?uuid="+current_uuid);
|
||||||
|
$("#panto").click(function() {
|
||||||
|
map.panTo(map_items['launch_marker'].position);
|
||||||
|
//map.setZoom(7);
|
||||||
|
});
|
||||||
$("#run_time").html(POSIXtoHM(run_time, "H:i d/m/Y"));
|
$("#run_time").html(POSIXtoHM(run_time, "H:i d/m/Y"));
|
||||||
$("#gfs_timestamp").html(gfs_timestamp);
|
$("#gfs_timestamp").html(gfs_timestamp);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue