<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>RCTP to RCKH</name>
        <description>Taiwan Taoyuan Intl to Kaohsiung Int'l</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>RCTP to RCKH</name>
            <description>Taiwan Taoyuan Intl to Kaohsiung Int'l</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>121.23399999999998,25.0779,0
120.48699999999997,23.907200000000003,5212.08
120.35000000000002,22.576899999999995,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>