<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>PHNL to PHOG</name>
        <description>Honolulu Intl to Kahului</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>PHNL to PHOG</name>
            <description>Honolulu Intl to Kahului</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-157.92128075,21.319376379999994,0
-157.70298056,21.265111109999992,1371.6000000000001
-157.419456,21.194763999999992,2834.6400000000003
-156.43046025,20.898974750000008,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>