From 74c36afe921cb1da16cf48d4e5982c6c0787b685 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 14:57:24 +0100 Subject: Test --- kml/data.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kml/data.php') 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 "\n"; -- cgit v1.2.1