<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>MROC to KMIA</name>
        <description>San Jose Juan Santamaria Intl to Miami Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>MROC to KMIA</name>
            <description>San Jose Juan Santamaria Intl to Miami Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-84.195911,9.998853,0
-84.127343,10.024878,60.96
-84.083024,10.06292,195.072
-84.05459,10.113594,405.384
-84.045473,10.170787,685.8000000000001
-83.5568,12.465481,7132.320000000001
-83.061915,14.75959,7132.320000000001
-82.556474,17.052624,7132.320000000001
-82.038467,19.344376,7132.320000000001
-81.505702,21.634623,7132.320000000001
-80.539495,25.612442,1030.2240000000002
-80.531253,25.669856,685.8000000000001
-80.501717,25.721268,405.384
-80.454434,25.76048,195.072
-80.395099,25.782762,60.96
-80.314817,25.786097,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>