<?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.77666109,40.63990419999999,0
-74.80033333,39.095500000000015,10363.2
-75.088467,38.648555999999985,10363.2
-75.4639,38.05659444,10363.2
-75.626483,37.841958000000005,10363.2
-75.858083,37.533536,10363.2
-76.20033333,36.89188888999999,10363.2
-76.450108,36.44044199999999,10363.2
-76.703369,35.97671700000001,10363.2
-76.909528,35.594717,10363.2
-77.45294444,34.56852778,10363.2
-78.256953,32.023408,10363.2
-78.695442,30.635357999999997,10363.2
-78.994658,30.423000000000002,10363.2
-79.567958,29.094064000000003,10363.2
-80.15444444,25.751900000000006,487.68
-80.28974235,25.796166889999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>