<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KPHX</name>
        <description>Los Angeles Intl to Phoenix Sky Harbor Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KPHX</name>
            <description>Los Angeles Intl to Phoenix Sky Harbor Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.419402,33.935848,0
-118.592497,33.917989,0
-118.571254,33.774346,0
-114.000769,33.526781,0
-112.550126,33.440235,0
-112.029794,33.440861,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>