<?xml version="1.0" encoding="UTF-8" ?>
    <kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
    <name>teszt </name>
    <description></description>
    <Style id="redline">
      <LineStyle>
        <color>ff0000ff</color>
        <width>4</width>
      </LineStyle>
    </Style><Placemark>
      <name>teszt </name>
      <description></description>
      <styleUrl>#redline</styleUrl>
      <LineString>
        <extrude>0</extrude>
        <tessellate>0</tessellate>
        <altitudeMode>clampToGround</altitudeMode>
        <coordinates> 19.051161,47.478298
19.051300,47.478352
19.051149,47.478031
19.050961,47.477570
19.050819,47.477032
19.050831,47.476971
19.050560,47.476299
19.050180,47.475239
19.049709,47.473980
19.049009,47.473862
19.048380,47.473991
19.047190,47.474129
19.046890,47.474209
19.046070,47.473801
19.045780,47.472832
19.045441,47.471722
19.045151,47.471008
19.044910,47.470291
19.044580,47.469231
19.044140,47.467972
19.043680,47.466660
19.043190,47.465370
19.042721,47.464100
19.042219,47.462891
19.041161,47.462608
19.039129,47.462841
19.037230,47.463131
19.035419,47.463409
19.035000,47.463791
 </coordinates>
          </LineString>
        </Placemark>
      </Document>
    </kml>