<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSFO to KLAX</name>
        <description>San Francisco Intl to Los Angeles Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSFO to KLAX</name>
            <description>San Francisco Intl to Los Angeles Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-122.357141,37.613534,0
-122.276452,37.579629,204.216
-122.261123,37.571764,289.56
-122.246718,37.562869,387.096
-122.233348,37.553014,493.776
-122.221114,37.542272,612.648
-121.134557,36.499728,2072.6400000000003
-120.08048,35.448764,2072.6400000000003
-118.686502,33.998342,2072.6400000000003
-118.675991,33.986786,1508.76
-118.664308,33.976034,1386.8400000000001
-118.65154,33.966167,1258.824
-118.637785,33.957261,1127.76
-118.623148,33.949383,996.696
-118.60774,33.942593,865.6320000000001
-118.591679,33.936943,734.568
-118.575086,33.932476,612.648
-118.558088,33.929226,493.776
-118.540814,33.927217,387.096
-118.523395,33.926466,289.56
-118.505963,33.926977,204.216
-118.419402,33.935848,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>