<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LDRI to LJLJ</name>
        <description>RIJEKA to Ljubljana Joze Pucnik Int'l</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LDRI to LJLJ</name>
            <description>RIJEKA to Ljubljana Joze Pucnik Int'l</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>14.570799999999991,45.2167,0
14.567000000000007,45.22409999999999,30.48
14.457600000000014,46.22370000000001,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>