From 7d0db278bcbdb754d9d2b596629552f62152ac39 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 14:44:43 +0100 Subject: HotSpot --- kml/convert_xml_kml.xsl | 4 ++-- kml/data.php | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/kml/convert_xml_kml.xsl b/kml/convert_xml_kml.xsl index 3217143..bf625db 100644 --- a/kml/convert_xml_kml.xsl +++ b/kml/convert_xml_kml.xsl @@ -10,7 +10,7 @@ a0ffffff 0.5 https://juwelierkassa.at/dots/dot_red.png - + a000ffff @@ -22,7 +22,7 @@ f0ffffff 0.5 https://juwelierkassa.at/dots/dot_green.png - + f000ffff diff --git a/kml/data.php b/kml/data.php index 639021a..066a446 100644 --- a/kml/data.php +++ b/kml/data.php @@ -314,8 +314,9 @@ foreach ($lines as $num => $line) } } +echo "\n"; + ?> - Funkfeuer Graz @@ -324,7 +325,7 @@ foreach ($lines as $num => $line) a0ffffff 0.5 dot_red.png - + a000ffff @@ -336,7 +337,7 @@ foreach ($lines as $num => $line) f0ffffff 0.5 dot_green.png - + f000ffff -- cgit v1.2.1