<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLNA to KPHK</name>
        <description>Palm Beach Co Park to Palm Beach County Glades</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLNA to KPHK</name>
            <description>Palm Beach Co Park to Palm Beach County Glades</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-80.0851,26.593000000000004,0
-80.6914,26.782700000000006,0
-80.6934,26.784999999999997,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>