<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KPHL to KTPA</name>
        <description>Philadelphia Intl to Tampa Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KPHL to KTPA</name>
            <description>Philadelphia Intl to Tampa Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-75.240997,39.875,0
-75.798592,39.838207,0
-76.173508,39.601978,0
-76.385307,39.464199,0
-77.029884,39.051956,0
-78.152946,38.013557,0
-78.982971,37.133869,0
-79.976372,36.045692,0
-80.247581,35.506763,0
-81.053909,33.85725,0
-81.449387,33.072193,0
-81.561638,32.821377,0
-81.965439,31.978294,0
-82.552902,30.504639,0
-82.359779,29.58672,0
-82.264183,29.132278,0
-82.27948,28.641733,0
-82.252167,28.362673,0
-82.311844,28.300154,0
-82.429733,28.176382,0
-82.424484,27.967793,0
-82.422516,27.691826,0
-82.54184,27.978416,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>