<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KORD to KSBD</name>
        <description>Chicago Ohare Intl to San Bernardino Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KORD to KSBD</name>
            <description>Chicago Ohare Intl to San Bernardino Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-87.926676,42.002832,0
-93.42475,41.111889,0
-98.848667,39.936472,0
-103.168472,38.826058,0
-108.314067,37.339381,0
-112.42925,35.893917,0
-117.106839,34.109111,0
-117.250385,34.090733,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>