<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:xal="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0">
    <Document>
        <open>true</open>
        <Style id="routeStyle">
            <LineStyle>
                <color>7FFF0055</color>
                <width>3.0</width>
            </LineStyle>
        </Style>
        <Style id="trackStyle">
            <LineStyle>
                <color>FFFF00FF</color>
                <width>3.0</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>Route: Route:Day 1</name>
            <styleUrl>#routeStyle</styleUrl>
            <MultiGeometry>
                <LineString>
                    <coordinates>12.285276353359222,57.7791342322754,0.0 12.522010803222656,57.42536119095683,0.0 12.688350677490234,56.040020701334626,0.0 11.926517486572266,54.57136509075259,0.0 12.4530029296875,54.242760598962114,0.0 13.083944320678711,54.30926308189836,0.0 14.0460205078125,52.79674177468881,0.0 14.550189971923828,52.34687566276875,0.0</coordinates>
                </LineString>
            </MultiGeometry>
        </Placemark>
        <Placemark>
            <name>Route: Route: Day 2</name>
            <styleUrl>#routeStyle</styleUrl>
            <MultiGeometry>
                <LineString>
                    <coordinates>14.550189971923828,52.34687566276875,0.0 15.065174102783203,50.76800514751364,0.0 17.249350547790527,49.58128000497886,0.0 18.89299750328064,48.458785894788974,0.0</coordinates>
                </LineString>
            </MultiGeometry>
        </Placemark>
    </Document>
</kml>
