diff --git a/htdocs/public/data/kml.php b/htdocs/public/data/kml.php index 92d0351..1790c28 100644 --- a/htdocs/public/data/kml.php +++ b/htdocs/public/data/kml.php @@ -1,6 +1,6 @@ getObjectById($_GET['id']); @@ -57,4 +57,4 @@ if ($station->isExistingObject()) { header('Content-type: application/vnd.google-earth.kml+xml'); header('Content-Disposition: attachment; filename="' . htmlspecialchars($lateststation->name) . '-' . $startTimestampString . '-' . $endTimestampString . '.kml"'); echo Kml::getInstance()->formatKmlContent($kmlOutput, " ", 4); -} \ No newline at end of file +}