<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>RJBE to RJSA</name>
        <description>Kobe to AOMORI</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>RJBE to RJSA</name>
            <description>Kobe to AOMORI</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>135.224,34.6327,0
136.577,35.364000000000004,8656.32
137.358,36.1977,10668
137.69799999999998,36.5536,10668
138.942,38.12100000000001,10668
139.692,39.028999999999996,7315.200000000001
140.062,39.711600000000004,4419.6
140.68899999999996,40.733299999999986,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>