<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LOWG to LOWW</name>
        <description>Graz Thalerhof to Wien Schwechat</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LOWG to LOWW</name>
            <description>Graz Thalerhof to Wien Schwechat</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>15.435972,47.004347,0
15.416374,47.07547,60.96
15.430232,47.132589,60.96
15.47201,47.183032,60.96
15.752524,47.545385,60.96
16.11864,48.011707,60.96
16.14253,48.067352,60.96
16.193483,48.114185,60.96
16.265391,48.146559,60.96
16.349589,48.16057,60.96
16.4359,48.154526,60.96
16.533375,48.122815,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>