diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-24 10:31:36 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-24 10:31:36 +0100 |
commit | 3c3402da87980a9f01fded4b232f2a68970fb047 (patch) | |
tree | e5f79e6a9a646b5ef5767a6d48e040e651777154 /kml | |
parent | 0b8d074a6a24a4325724b33ae545e8e0d62070ea (diff) |
Tunnels verbessert
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/data.php b/kml/data.php index 47df524..0ca85b4 100644 --- a/kml/data.php +++ b/kml/data.php @@ -353,7 +353,7 @@ echo "<?xml version='1.0' encoding='UTF-8'?>\n"; <IconStyle id="myicon"> <color>f0ffffff</color> <scale>0.5</scale> - <Icon><href>dot_vellow.png</href></Icon> + <Icon><href>dot_yellow.png</href></Icon> <hotSpot x="0.6" y="0.4" xunits="fraction" yunits="fraction"/> </IconStyle> <LabelStyle id="mylab"> |