geo-nearest -s - unexpected behaviour
Date: November 24, 2009 05:08AM
When running
geo-nearest ... -ogpx ... >list.gpx,
I get a proper listing with
<name>shortname</name>
<desc>longname<desc>
which can be properly processed by a subsequent geo-map.
If I add the "-s" option, the <name> entry is replaced by the contents of the <desc> entry, resulting in
<name>clippedlongname</name>
<desc>longname</desc>
- apparently the wrong way round.
I'm not sure whether this is intentional (it causes problems with GC1WHVR where the name is cut in the middle of a unicode character), or whether it's a bug?
No patch this time.