<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBOS to KPDX</name>
        <description>Boston Logan Intl to Portland Intl</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBOS to KPDX</name>
            <description>Boston Logan Intl to Portland Intl</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-71.017891,42.374271,0
-71.086875,42.425669,36.576
-71.101836,42.435025,51.816
-71.117847,42.443383,70.104
-71.134786,42.450679,91.44
-71.152525,42.456858,118.872
-71.170927,42.461873,146.304
-74.74839,43.494861,11887.2
-78.445556,44.413699,11887.2
-82.252674,45.209645,11887.2
-86.158855,45.875719,11887.2
-90.149959,46.405696,11887.2
-94.208789,46.794354,11887.2
-98.315527,47.037701,11887.2
-102.448402,47.133168,11887.2
-106.584542,47.079731,11887.2
-110.700935,46.877963,11887.2
-114.775406,46.530008,11887.2
-122.222794,45.500812,524.256
-122.242655,45.496853,469.392
-122.262932,45.494122,420.624
-122.28347,45.492641,371.856
-122.304114,45.49242,326.136
-122.324707,45.493461,286.512
-122.345093,45.495756,246.888
-122.365117,45.499288,210.312
-122.384627,45.50403,176.78400000000002
-122.403475,45.509945,146.304
-122.583903,45.580514,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>