<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>EFKO to EEKA</name>
        <description>KALAJOKI to KARDLA</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>EFKO to EEKA</name>
            <description>KALAJOKI to KARDLA</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>23.826400000000007,64.2286,0
23.251900000000006,63.28829999999999,3048
23.35419999999999,62.378600000000006,3048
23.430800000000005,61.650800000000004,3048
23.57220000000001,61.07470000000001,3048
23.70920000000001,60.4939,3048
22.830899999999986,58.99080000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>