<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>ZKPY to RKPK</name>
        <description>Pyongyang Intl to Gimhae Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>ZKPY to RKPK</name>
            <description>Pyongyang Intl to Gimhae Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>125.673,39.22540000000001,0
126.79000000000002,37.5587,0
127.01300000000003,37.2354,0
127.5,36.56819999999999,0
128.659,35.89410000000001,0
128.938,35.1807,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>