Make geo kml work
--- a/geo/route.kml.php
+++ b/geo/route.kml.php
--- a/geo/stops.kml.php
+++ b/geo/stops.kml.php
@@ -1,4 +1,5 @@
<?php
+include ('../include/common.inc.php');
header('Content-type: application/vnd.google-earth.kml+xml');
//http://wiki.openstreetmap.org/wiki/OpenLayers_Dynamic_KML
// Creates the KML/XML Document.
@@ -33,4 +34,5 @@
}
$kmlOutput = $dom->saveXML();
echo $kmlOutput;
-?>
+?>
+
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -49,6 +49,7 @@
if (strstr($_SERVER['PHP_SELF'], "labs/")
|| strstr($_SERVER['PHP_SELF'], "myway/")
|| strstr($_SERVER['PHP_SELF'], "lib/")
+ || strstr($_SERVER['PHP_SELF'], "geo/")
|| strstr($_SERVER['PHP_SELF'], "include/")
|| strstr($_SERVER['PHP_SELF'], "servicealerts/"))
$basePath = "../";