<?xml version="1.0" encoding="UTF-8" ?>
    <kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
    <name>Test</name>
    <description></description>
    <Style id="redline">
      <LineStyle>
        <color>ff0000ff</color>
        <width>4</width>
      </LineStyle>
    </Style><Placemark>
      <name>Test</name>
      <description></description>
      <styleUrl>#redline</styleUrl>
      <LineString>
        <extrude>0</extrude>
        <tessellate>0</tessellate>
        <altitudeMode>clampToGround</altitudeMode>
        <coordinates> 20.494530,48.630268
20.494471,48.630310
20.494419,48.630299
20.494080,48.630051
20.493340,48.629372
20.492510,48.629269
20.491671,48.629940
20.490641,48.630531
20.489849,48.630569
20.489170,48.629829
20.489000,48.628849
20.487610,48.627380
20.487049,48.626251
20.486441,48.625141
20.485901,48.624809
20.486561,48.625301
20.487181,48.626499
20.488010,48.627838
20.489111,48.629131
20.489309,48.630039
20.490101,48.630718
20.491060,48.630291
20.492090,48.629719
20.492849,48.629070
20.493919,48.629719
20.494471,48.630260
 </coordinates>
          </LineString>
        </Placemark>
      </Document>
    </kml>