<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDS to EDDN</name>
        <description>Stuttgart to Nurnberg</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDS to EDDN</name>
            <description>Stuttgart to Nurnberg</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.243803,48.694017,0
9.349222,48.713933,182.88
9.369701,48.719121,182.88
9.389418,48.725468,182.88
9.408224,48.732923,182.88
9.425976,48.741432,182.88
9.44254,48.750929,182.88
9.946227,49.05988,182.88
10.619041,49.466207,182.88
10.634407,49.476684,182.88
10.651123,49.486251,182.88
10.669062,49.494835,182.88
10.688087,49.502371,182.88
10.708054,49.508802,182.88
10.728811,49.514078,182.88
10.750199,49.518159,182.88
10.772055,49.521015,182.88
10.794212,49.522623,182.88
10.816502,49.522972,182.88
10.838753,49.522058,182.88
11.059184,49.500554,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>