<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPO to LFBO</name>
        <description>Paris Orly to Toulouse Blagnac</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPO to LFBO</name>
            <description>Paris Orly to Toulouse Blagnac</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.316928,48.719966,0
2.220315,48.685741,185.928
2.201971,48.677817,265.176
2.184746,48.668868,353.56800000000004
2.168771,48.658961,454.15200000000004
2.154167,48.648172,566.928
2.141044,48.636584,682.7520000000001
2.129502,48.624284,807.72
2.119629,48.611367,935.7360000000001
2.111497,48.597929,1069.848
2.10517,48.584074,1200.912
2.100693,48.569907,2286
2.0981,48.555536,2286
1.816412,47.188947,2286
1.548917,45.823134,2286
1.19334,43.89796,1917.192
1.188818,43.883858,1816.6080000000002
1.18602,43.869526,1703.832
1.184966,43.855073,1584.96
1.185663,43.840608,1459.992
1.188105,43.826243,1331.976
1.192273,43.812086,1200.912
1.198134,43.798244,1069.848
1.205642,43.784824,935.7360000000001
1.214741,43.771928,807.72
1.225359,43.759653,682.7520000000001
1.345931,43.644114,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>