<?xml version="1.0" encoding="UTF-8"?>
                            <kml xmlns="http://earth.google.com/kml/2.2">
                            <Document>
                              <name>Parkplatz Tiroler Zugspitzbahn</name>
                              <description><![CDATA[]]></description>
                              <Style id="style1">
                                <LineStyle>
                                  <color>FF0000FF</color>
                                  <width>3</width>
                                </LineStyle>
                              </Style>
                              <Placemark>
                                <name>Parkplatz Tiroler Zugspitzbahn</name>
                                <description><![CDATA[]]></description>
                                <styleUrl>#style1</styleUrl>
                                <LineString>
                                  <tessellate>1</tessellate>
                                  <coordinates>10.94141,47.42631,0
</coordinates>
                            </LineString>
                            </Placemark>
                            </Document>
                            </kml>