Hi,

I sent this patch already many times, but Guilhem Bonnefille don't want
to accept the mails (it is 80 KiB and only 40 KiB are allowed) anymore. So here
is a pull request.

Kind regards,
        Sven


The following changes since commit 9ea2784adca00a60a1b0746f25b03f6a12521c74:

  [Geotagging] Update RPM spec for new dependency. (2012-09-06 22:28:15 +0100)

are available in the git repository at:

  git://git.open-mesh.org/ecsv/viking.git tags/oregon450_fix

for you to fetch changes up to d3b92cef8982a7788a3aacf69c78f41a5e835e7a:

  Fix GPX symbol names for Garmin Oregon 450 (2012-09-13 11:09:43 +0200)

----------------------------------------------------------------
Fix GPX symbol names for Garmin Oregon 450

While testing the GPS export using Garmin Oregon 450 with software
version 4.20, it was noticed that no symbol seemed to be recognized by
the waypoint manager. The problem seems to be that this device
differenciate between lower and upper chars in the symbol names.

Casing of all symbols apart from 'custom placeholder' were modified into
'Title Case'. The hash helper functions had to be changed to ignore the
difference between lower and upper cases. The import had to be extended
to convert lower case names in sym to the version in the table to work
correctly.

Reported-by: Frank Eckelmann <f.eckelm...@gmx.de>
Signed-off-by: Sven Eckelmann <s...@narfation.org>

----------------------------------------------------------------
Sven Eckelmann (1):
      Fix GPX symbol names for Garmin Oregon 450

 src/garminsymbols.c |  579 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------
 src/garminsymbols.h |    1 +
 src/gpspoint.c      |    7 +-
 src/gpx.c           |    4 +-
 src/vikwaypoint.c   |   10 ++-
 5 files changed, 331 insertions(+), 270 deletions(-)

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Viking-devel mailing list
Viking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/viking-devel
Viking home page: http://viking.sf.net/

Reply via email to