<?xml version="1.0" encoding="UTF-8" ?>
    <kml xmlns="http://www.opengis.net/kml/2.2">
    <Document>
    <name>test ride</name>
    <description></description>
    <Style id="redline">
      <LineStyle>
        <color>ff0000ff</color>
        <width>4</width>
      </LineStyle>
    </Style><Placemark>
      <name>test ride</name>
      <description></description>
      <styleUrl>#redline</styleUrl>
      <LineString>
        <extrude>0</extrude>
        <tessellate>0</tessellate>
        <altitudeMode>clampToGround</altitudeMode>
        <coordinates> -73.751617,45.521091
-73.751427,45.521271
-73.751259,45.521778
-73.751678,45.521912
-73.751572,45.522251
-73.751152,45.522091
-73.750053,45.522308
-73.749519,45.523129
-73.750198,45.524071
-73.750862,45.524429
-73.751869,45.524151
-73.752480,45.523880
-73.752220,45.522980
-73.751511,45.522282
-73.751961,45.521629
-73.751961,45.521271
-73.751617,45.521118
 </coordinates>
          </LineString>
        </Placemark>
      </Document>
    </kml>