<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZSPD to RKSI</name>
        <description>Shanghai Pudong Intl to Incheon Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZSPD to RKSI</name>
            <description>Shanghai Pudong Intl to Incheon Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>121.81299999999999,31.141500000000008,0
123.49200000000002,31.773300000000006,10210.800000000001
123.483,34.0917,10668
123.40499999999997,35,10668
123.35500000000002,36.8317,10119.36
124,37.16669999999999,7711.4400000000005
124.41500000000002,37.18010000000001,6400.8
126.44299999999998,37.4654,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>