<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KJFK to KSAN</name>
        <description>John F Kennedy Intl to San Diego Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KJFK to KSAN</name>
            <description>John F Kennedy Intl to San Diego Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-73.898632,40.685455,30.48
-73.915808,40.691768,30.48
-73.933646,40.696921,30.48
-73.95201,40.700876,31.3944
-73.970759,40.703602,39.624
-73.989751,40.705079,49.0728
-74.008841,40.705296,59.1312
-77.69816,40.681212,11119.408800000001
-81.380646,40.540983,11887.2
-85.041401,40.284474,11887.2
-88.66836,39.913605,11887.2
-92.250436,39.431088,11887.2
-95.777791,38.840335,11887.2
-99.242018,38.145358,11887.2
-102.636259,37.350654,11887.2
-105.955233,36.461091,11887.2
-109.195202,35.481799,11887.2
-112.353887,34.418059,11887.2
-116.860673,32.709458,176.47920000000002
-116.875729,32.70246,158.496
-116.891452,32.696594,141.4272
-116.907722,32.691903,125.2728
-116.924414,32.688423,110.03280000000001
-116.941403,32.686181,96.012
-116.95856,32.685194,82.9056
-116.975753,32.685469,70.4088
-116.992852,32.687004,59.1312
-117.009728,32.689788,49.0728
-117.174967,32.729994,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>