<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KLAX to KJFK</name>
        <description>Los Angeles Intl to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KLAX to KJFK</name>
            <description>Los Angeles Intl to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-118.379838,33.939896,0
-118.293255,33.948707,36.576
-118.276189,33.951719,51.816
-118.259505,33.955954,70.104
-118.243327,33.961379,91.44
-115.114826,35.072546,11887.2
-111.906729,36.102407,11887.2
-108.61712,37.044553,11887.2
-105.248998,37.893683,11887.2
-101.8069,38.644702,11887.2
-98.29697,39.292831,11887.2
-94.726963,39.833726,11887.2
-91.106173,40.263594,11887.2
-87.445282,40.579307,11887.2
-83.756124,40.778501,11887.2
-80.051375,40.859652,11887.2
-74.090911,40.742332,371.856
-74.071811,40.742115,326.136
-74.052808,40.740638,286.512
-74.034048,40.737912,246.888
-74.015674,40.733957,210.312
-73.997827,40.728804,176.78400000000002
-73.980641,40.722492,146.304
-73.816714,40.648361,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>