<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOLO to EDPS</name>
        <description>Linz Ost to Sonnen</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOLO to EDPS</name>
            <description>Linz Ost to Sonnen</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>14.330000000000013,48.30000000000001,0
14.129799999999989,48.43180000000001,4267.2
13.694600000000008,48.6824,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>