<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KMIA</name>
        <description>John F Kennedy Intl to Miami Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KMIA</name>
            <description>John F Kennedy Intl to Miami Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.77892,40.63975,0
-73.39438,40.23458,0
-73.26175,40.09303,0
-74.52896,38.94068,0
-74.73294,38.75011,0
-75.46392,38.05659,0
-75.62648,37.84196,0
-75.85809,37.53354,0
-76.20033,36.8919,0
-76.45011,36.44044,0
-76.70337,35.97672,0
-76.90953,35.59472,0
-77.45302,34.5685,0
-78.25695,32.02341,0
-78.69544,30.63536,0
-78.84274,29.78436,0
-78.90826,29.29349,0
-79.03497,28.34281,0
-79.40012,27.14422,0
-79.5479,26.66061,0
-79.62056,26.53098,0
-79.73083,26.46741,0
-79.87658,26.38377,0
-80.01308,26.25439,0
-80.09521,25.96302,0
-80.17502,25.9181,0
-80.27831,25.88398,0
-80.88815,25.86172,0
-80.29056,25.79325,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>