diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-24 10:37:08 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-24 10:37:08 +0100 |
commit | f6262abff7bae215bb9bca073913be4557242639 (patch) | |
tree | a2dd617b525179a901f7d195b48736005751d4f8 | |
parent | 6d50cfc36a639f84829909979294e79167d759ef (diff) |
Text verbessert
-rw-r--r-- | kml/data.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kml/data.php b/kml/data.php index b7051bc..c5ffdf7 100644 --- a/kml/data.php +++ b/kml/data.php @@ -392,7 +392,7 @@ echo "<?xml version='1.0' encoding='UTF-8'?>\n"; </PolyStyle> </Style> <Folder> - <name>Online</name> + <name>Online Knoten</name> <visibility>1</visibility> <?php foreach ($locations as $location) { @@ -417,7 +417,7 @@ foreach ($locations as $location) { ?> </Folder> <Folder> - <name>Offline</name> + <name>Offline Knoten</name> <visibility>0</visibility> <?php foreach ($locations as $location) { @@ -442,7 +442,7 @@ foreach ($locations as $location) { ?> </Folder> <Folder> - <name>Bodenlinks</name> + <name>Boden Links</name> <visibility>0</visibility> <?php foreach ($links as $link) { @@ -466,7 +466,7 @@ foreach ($links as $link) { ?> </Folder> <Folder> - <name>Linienlinks</name> + <name>Linien Links</name> <visibility>1</visibility> <?php foreach ($links as $link) { |