diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:57:24 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:57:24 +0100 |
commit | 74c36afe921cb1da16cf48d4e5982c6c0787b685 (patch) | |
tree | c834cd1a254e349aa178c77d5fcfa07d63f39f93 /kml | |
parent | 91148b7582a24895245f3819dd91b0c5c15f243f (diff) |
Test
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 6 |
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"; |