<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KNEW to KTPA</name>
        <description>Lakefront to Tampa Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KNEW to KTPA</name>
            <description>Lakefront to Tampa Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-90.0277,30.0419,0
-88.7018,28.882999999999996,3048
-88.0342,28.3823,3048
-86.7626,28.009699999999995,3048
-85.3443,27.591800000000006,3048
-84.7832,27.493499999999997,3048
-83.4233,28.000699999999995,3048
-82.5319,27.974900000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>