<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLGA to KLAX</name>
        <description>La Guardia to Los Angeles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLGA to KLAX</name>
            <description>La Guardia to Los Angeles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.88412,40.769165,0
-73.985322,40.646438,0
-78.085003,41.208392,0
-82.444414,40.563531,0
-87.334567,40.217286,0
-91.228286,40.613708,0
-96.269528,40.005639,0
-100.01575,38.853917,0
-104.060267,37.837592,0
-108.003556,37.59875,0
-111.667667,36.109389,0
-115.559944,34.786972,0
-117.860099,33.99202,0
-118.379838,33.939896,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>