<?xml version="1.0" encoding="UTF-8" ?>
    <kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
    <name>L tour D3 első rész</name>
    <description></description>
    <Style id="redline">
      <LineStyle>
        <color>ff0000ff</color>
        <width>4</width>
      </LineStyle>
    </Style><Placemark>
      <name>L tour D3 első rész</name>
      <description></description>
      <styleUrl>#redline</styleUrl>
      <LineString>
        <extrude>0</extrude>
        <tessellate>0</tessellate>
        <altitudeMode>clampToGround</altitudeMode>
        <coordinates> 17.592010,47.630920
17.622320,47.648418
17.626890,47.649460
17.649530,47.664639
17.675430,47.625141
17.697121,47.577259
17.735661,47.538471
17.781651,47.489891
17.819941,47.440430
17.861900,47.394569
17.877140,47.348042
 </coordinates>
          </LineString>
        </Placemark>
      </Document>
    </kml>