<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KMIA to KJFK</name>
        <description>Miami Intl to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KMIA to KJFK</name>
            <description>Miami Intl to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.314817,25.786097,0
-80.636291,25.785744,0
-78.908264,29.293492,0
-77.466944,31.856111,0
-76.503453,34.793547,0
-75.229128,38.319908,0
-75.127261,40.393957,0
-74.640252,41.01636,0
-73.816714,40.648361,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>