<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KSAN to PANC</name>
        <description>San Diego Intl to Ted Stevens Anchorage Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KSAN to PANC</name>
            <description>San Diego Intl to Ted Stevens Anchorage Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-117.20435,32.737117,0
-117.287032,32.757139,36.576
-117.342687,32.791224,118.872
-117.381133,32.83926,246.888
-118.927752,35.328319,11887.2
-120.575983,37.797308,11887.2
-122.337668,40.241752,11887.2
-124.23059,42.657492,11887.2
-126.275485,45.03956,11887.2
-128.496563,47.381983,11887.2
-130.922089,49.677541,11887.2
-133.58495,51.917462,11887.2
-136.523136,54.091051,11887.2
-139.77994,56.185246,11887.2
-143.403589,58.184115,11887.2
-149.791838,61.01897,246.888
-149.889821,61.052138,118.872
-149.958578,61.099527,36.576
-149.997558,61.169403,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>