<p>notes can be exported to gpx, but the currently used format is of little use - assuming that the primary usecase is for users to upload these to their gps devices and survey the situation.</p>

<p>the problem is in the description tag. an example :</p>

<pre><code>  <desc>
    <![CDATA[<div>
  <div class="note-comment" style="margin-top: 5px">
  <div class="note-comment-description" style="font-size: smaller; color: #999999">Created <span title=" 7 August 2013 at 16:37">13 days</span> ago by <a href="http://api.openstreetmap.org/user/extropy">extropy</a></div>
  <div class="note-comment-text">tram stop no more</div>
</div>

</div>
]]>
  </desc>
</code></pre>

<p>notice how it includes css and other quite useless information for a gpx file.</p>

<p>suggestion : strip it all, only leave in comment, author and timestamp.</p>

<p>for example :<br>
$comment (by $author at $date, $days ago)</p>

<p>reasoning - gps units have limited amount of space for waypoint descriptions, thus we leave the comment as the first entry (the most important), followed by other information</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/issues/457'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpp24n0ocWp9whSBIIOZXteCJ7FRHtLbNLulzhJ6aP86o.gif' height='1' width='1'></p>