<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>RJTT to RJOK</name>
        <description>Tokyo Intl to KOCHI</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>RJTT to RJOK</name>
            <description>Tokyo Intl to KOCHI</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>139.789,35.5479,0
138.723,35.223600000000005,6035.04
137.474,34.8532,10668
136.95799999999997,34.7046,10668
136.132,34.3511,8625.84
135.928,34.26349999999999,7863.84
135.409,34.0406,5974.08
133.66899999999998,33.54599999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>