summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:57:24 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 14:57:24 +0100
commit74c36afe921cb1da16cf48d4e5982c6c0787b685 (patch)
treec834cd1a254e349aa178c77d5fcfa07d63f39f93
parent91148b7582a24895245f3819dd91b0c5c15f243f (diff)
Test
-rw-r--r--kml/data.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/kml/data.php b/kml/data.php
index c473a81..86fbc8e 100644
--- a/kml/data.php
+++ b/kml/data.php
@@ -98,6 +98,10 @@ while ($data = $db->getNextObject()) {
$locations[$data->locid] = $data;
}
+printf("abc %s", $locations);
+exit;
+
+
$regmatch = '#\"(.+)\" -> \"(.+)\"\[label=\"([0-9]+.[0-9]+)\"]#';
$lines = file($conf['topo']['file']);
@@ -315,8 +319,6 @@ foreach ($lines as $num => $line)
}
}
-printf("abc %s", $conf['db']['user']);
-exit;
echo "<?xml version='1.0' encoding='UTF-8'?>\n";