Add support for Garmin 60CS comment field
Brought to you by:
helixblue
From: Russell Teague <mtnbikenc%gmail.com>
I'd like to suggest adding the <cmt> tag to the GPX output. I'm
not sure if this is a standard GPX tag but I know that EasyGPS uses
it and will export this tag when saving a GPX file. This field is
valuable to those that have GPSs that support waypoint comments
such as the Garmin 60/76(C/S) series.
The following is three lines. Some wrapping occurs in the email.
The new line is the middle line, <cmt>.
" <name><%out.id%></name>\r\n" +
" <cmt><%wpEntity.name%>,
<%wp.type%>, <%wp.container%>
(<%wp.difficulty%>/<%wp.terrain%>)</cmt>\r\n" +
" <desc><%wpEntity.name%> by <%wpEntity.creator%>,
<%wp.type%> (<%wp.difficulty%>/<%wp.terrain%>)</
desc>\r\n" +
Logged In: YES
user_id=387687
I'm looking to see what the max number of characters are for
that
field. Something to keep in mind so the most important info
gets
retained.
-Russell