<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SBSJ to SBRJ</name>
        <description>Sao Jose Dos Campos Intl to Santos Dumont</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SBSJ to SBRJ</name>
            <description>Sao Jose Dos Campos Intl to Santos Dumont</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-45.86269999999999,-23.2282,0
-45.078100000000006,-23.120900000000006,4754.88
-43.16320000000002,-22.910399999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>