<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBDL to KISP</name>
        <description>Bradley Intl to Long Island Mac Arthur Airport</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBDL to KISP</name>
            <description>Bradley Intl to Long Island Mac Arthur Airport</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-72.6828,41.93889999999999,0
-72.9871,41.063500000000005,1097.28
-73.0995,40.7962,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>