<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSNA to KJFK</name>
        <description>Orange County - John Wayne to John F Kennedy Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSNA to KJFK</name>
            <description>Orange County - John Wayne to John F Kennedy Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-117.865058,33.681647,0
-117.824452,33.745646,36.576
-117.772841,33.784514,118.872
-117.708327,33.80636,246.888
-114.591356,34.920591,11887.2
-111.395282,35.95428,11887.2
-108.118096,36.901059,11887.2
-104.762661,37.755656,11887.2
-101.333351,38.512995,11887.2
-97.836127,39.168305,11887.2
-94.278541,39.717236,11887.2
-90.669675,40.155975,11887.2
-87.019997,40.481356,11887.2
-83.341137,40.690961,11887.2
-79.645585,40.783201,11887.2
-73.973621,40.696342,118.872
-73.898632,40.685455,36.576
-73.816714,40.648361,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>