<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>X04 to X50</name>
        <description>ORLANDO APOPKA to MASSEY RANCH AIRPARK</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>X04 to X50</name>
            <description>ORLANDO APOPKA to MASSEY RANCH AIRPARK</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-81.581739,28.7072165,0
-81.359933,28.802471999999995,1402.0800000000002
-80.925056,28.978875000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>