<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KVGT</name>
        <description>John F Kennedy Intl to North Las Vegas</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KVGT</name>
            <description>John F Kennedy Intl to North Las Vegas</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.770347,40.625369,0
-78.081783,40.887531,0
-83.248725,40.975778,0
-88.081778,40.847444,0
-92.425944,40.543972,0
-97.280958,39.999386,0
-102.274639,39.219667,0
-106.343075,38.415728,0
-111.223939,37.219328,0
-115.007389,36.271611,0
-115.196419,36.212423,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>