<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDGS to LFSD</name>
        <description>Siegerland to Dijon Longvic</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDGS to LFSD</name>
            <description>Siegerland to Dijon Longvic</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>8.082899999999995,50.707899999999995,0
7.039440000000013,49.172200000000004,9052.560000000001
6.716219999999993,48.9864,7955.280000000001
6.435000000000002,48.69999999999999,6614.160000000001
5.09011000000001,47.269000000000005,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>