<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSAN to KDEN</name>
        <description>San Diego Intl to Denver Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSAN to KDEN</name>
            <description>San Diego Intl to Denver Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-117.189659,32.733555,0
-116.97908,32.61034,0
-116.764481,32.631634,0
-115.508575,32.748863,0
-114.602837,32.768127,0
-113.972099,32.775845,0
-113.688393,32.816502,0
-112.674271,32.956257,0
-111.9702,33.433018,0
-110.47123,34.369888,0
-109.15451,34.965752,0
-108.0989,36.74839,0
-107.039795,38.452152,0
-106.45472,38.811577,0
-105.799828,39.206112,0
-105.657341,39.291126,0
-105.569656,39.34293,0
-105.481575,39.395226,0
-105.159943,39.584213,0
-104.797638,39.794811,0
-104.624336,39.894695,0
-104.696335,39.87384,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>