<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
        <name>LYBE to LYVR</name>
        <description>Belgrade to Vrsac</description>
        <Style id="redPoly">
            <LineStyle>
                <color>ff0000ff</color>
                <width>4</width>
            </LineStyle>
        </Style>
        <Placemark>
            <name>LYBE to LYVR</name>
            <description>Belgrade to Vrsac</description>
            <styleUrl>#redPoly</styleUrl>
            <LineString>
                <extrude>1</extrude>
                <tessellate>1</tessellate>
                <altitudeMode>relativeToGround</altitudeMode>
                <coordinates>20.327453,44.810339,0
20.413875,44.77193,30.48
20.850516,44.921815,30.48
21.287157,45.0717,30.48
21.308556,45.142472,0
                </coordinates>
            </LineString>
        </Placemark>
    </Document>
</kml>