<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>SBGW to SBKP</name>
        <description>Guaratingueta to Campinas Viracopos Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>SBGW to SBKP</name>
            <description>Guaratingueta to Campinas Viracopos Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-45.204800000000006,-22.791600000000003,0
-45.977300000000014,-22.886799999999994,4206.24
-47.1345,-23.007400000000004,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>