<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KRUT to KLGA</name>
        <description>Rutland State to La Guardia</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KRUT to KLGA</name>
            <description>Rutland State to La Guardia</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-72.949481,43.524878,0
-72.944282,43.380195,0
-73.564734,41.153075,0
-73.870675,40.785429,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>