<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EDDS to LDZD</name>
        <description>Stuttgart to Zadar</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EDDS to LDZD</name>
            <description>Stuttgart to Zadar</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>9.221969999999999,48.68979999999999,0
10.570699999999988,47.28559999999999,10668
10.6618,47.1704,10668
10.742400000000004,47.02350000000001,10668
11.062299999999993,46.81369999999998,10668
13.126900000000006,45.3869,7985.76
13.4478,45.18809999999999,6797.04
15.348000000000013,44.09729999999999,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>