<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBOS to KLGA</name>
        <description>Boston Logan Intl to La Guardia</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBOS to KLGA</name>
            <description>Boston Logan Intl to La Guardia</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-71.017891,42.374271,0
-71.086875,42.425669,243.84
-71.101836,42.435025,243.84
-71.117847,42.443383,243.84
-71.134786,42.450679,243.84
-71.152525,42.456858,243.84
-71.170927,42.461873,243.84
-71.189854,42.465685,243.84
-71.20916,42.468266,243.84
-71.228697,42.469596,243.84
-71.248318,42.469665,243.84
-71.267872,42.468472,243.84
-71.287211,42.466027,243.84
-71.306185,42.462347,243.84
-71.324652,42.457462,243.84
-71.34247,42.451408,243.84
-71.359503,42.444231,243.84
-71.375621,42.435986,243.84
-71.390703,42.426736,243.84
-72.280218,41.862245,243.84
-73.766451,40.88781,243.84
-73.781548,40.878911,243.84
-73.795559,40.869051,243.84
-73.808378,40.858304,243.84
-73.819908,40.846754,243.84
-73.870675,40.785429,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>