<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KOMA to KSFO</name>
        <description>Eppley Airfield to San Francisco International</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KOMA to KSFO</name>
            <description>Eppley Airfield to San Francisco International</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-95.894,41.303200000000004,0
-97.935,41.4075,10027.92
-98.3536,41.375699999999995,10668
-101.221,41.2251,10668
-102.983,41.0967,10668
-105.895,40.52000000000001,10668
-107.925,40.06739999999999,10668
-112.506,39.3022,10668
-113.44,39.197100000000006,10668
-118.033,38.56530000000001,10668
-118.385,38.51150000000001,10668
-119.485,38.3357,9357.36
-120.489,38.16559999999998,6217.92
-122.375,37.6185,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>