<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>RJGG to RJFK</name>
        <description>Chubu Centrair to Kagoshima</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>RJGG to RJFK</name>
            <description>Chubu Centrair to Kagoshima</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>136.805,34.8584,0
134.91499999999996,34.03649999999999,10668
133.19600000000003,33.2556,9966.960000000001
132.185,32.656499999999994,5882.64
130.719,31.803399999999996,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>