<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPHX to KTUS</name>
        <description>Phoenix Sky Harbor Intl to Tucson Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPHX to KTUS</name>
            <description>Phoenix Sky Harbor Intl to Tucson Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-111.992136,33.440822,0
-111.905414,33.440689,173.73600000000002
-111.840269,33.420794,2438.4
-111.787221,33.383507,2438.4
-111.75266,33.333325,2438.4
-111.446184,32.867661,2438.4
-111.036917,32.227219,536.448
-111.008182,32.17468,173.73600000000002
-110.947911,32.123369,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>