<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>MPTO to MROC</name>
        <description>Tocumen Intl to Juan Santamaria Intl - Alajuela</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>MPTO to MROC</name>
            <description>Tocumen Intl to Juan Santamaria Intl - Alajuela</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-79.3834,9.071399999999997,0
-80.9998,9.267970000000005,10485.12
-82.55,9.818060000000003,6431.280000000001
-84.2089,9.993889999999993,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>