<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KITH to KPHL</name>
        <description>Ithaca Tompkins Rgnl to Philadelphia Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KITH to KPHL</name>
            <description>Ithaca Tompkins Rgnl to Philadelphia Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-76.461998,42.491001,0
-76.136482,42.15749,0
-75.934196,41.76038,0
-75.871719,41.63662,0
-75.810715,41.515305,0
-75.780922,41.455757,0
-75.689468,41.272804,0
-75.576958,41.012169,0
-75.45475,40.726692,0
-75.560265,40.222267,0
-75.25708,39.864426,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>