<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPUB to KJFK</name>
        <description>Pueblo Mem to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPUB to KJFK</name>
            <description>Pueblo Mem to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-104.510064,38.287125,0
-104.694359,38.28258,0
-104.700021,38.427244,0
-100.01575,38.853917,0
-96.288789,40.182694,0
-91.678217,40.724531,0
-87.334567,40.217286,0
-83.525397,40.588886,0
-74.309739,40.869864,0
-73.816714,40.648361,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>