<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>KBOS to LFPG</name>
        <description>Boston Logan Intl to Paris Charles De Gaulle</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>KBOS to LFPG</name>
            <description>Boston Logan Intl to Paris Charles De Gaulle</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>-70.991585,42.354649,0
-70.922735,42.30321,36.576
-70.851982,42.278466,118.872
-70.774075,42.273114,246.888
-70.698386,42.2878,420.624
-70.63403,42.320757,637.032
-67.264554,43.928771,11887.2
-63.716176,45.433774,11887.2
-59.981116,46.823053,11887.2
-56.057344,48.084593,11887.2
-51.947602,49.206091,11887.2
-47.660475,50.175323,11887.2
-43.211258,50.980607,11887.2
-38.622407,51.611352,11887.2
-33.923387,52.058643,11887.2
-29.149759,52.315799,11887.2
-24.341509,52.378839,11887.2
-19.540762,52.246769,11887.2
-14.789173,51.921661,11887.2
-10.125395,51.408498,11887.2
-5.582985,50.714811,11887.2
2.357726,49.005103,118.872
2.442823,48.989791,36.576
2.552744,48.995686,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>