<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LFPG to EDDB</name>
        <description>Paris Charles De Gaulle to Berlin Schoenefeld</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LFPG to EDDB</name>
            <description>Paris Charles De Gaulle to Berlin Schoenefeld</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>2.552744,48.995686,0
2.332942,48.983683,0
2.314258,49.127932,0
7.385833,50.764667,0
11.716833,51.861667,0
12.824628,52.20849,0
13.485025,52.367689,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>