<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SBSP to SBJR</name>
        <description>Congonhas to Jacarepagua-Roberto Marinho</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SBSP to SBJR</name>
            <description>Congonhas to Jacarepagua-Roberto Marinho</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-46.65639999999999,-23.626100000000008,0
-45.31569999999999,-23.34700000000001,7132.320000000001
-44.62479999999999,-23.197400000000002,4572
-43.37219999999999,-22.986800000000002,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>