<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAS to KJFK</name>
        <description>Mc Carran Intl to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAS to KJFK</name>
            <description>Mc Carran Intl to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-115.171383,36.076338,0
-115.350454,36.075932,0
-115.350796,36.220664,0
-111.745056,37.077806,0
-107.826611,38.040833,0
-103.656889,38.842214,0
-98.864689,39.596147,0
-95.220972,40.210472,0
-90.476486,40.305347,0
-86.048103,40.860653,0
-81.144767,40.870503,0
-77.5019,41.134317,0
-74.309739,40.869864,0
-73.816714,40.648361,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>