Closed davetroy closed 4 years ago
I’ll take a look at this issue, later today. I think it probably has something to do with the XML parser
@davetroy, so sorry! It was a silly mistake when I did the implementation of the XML parser: I ignored the link tag when parsing all waypoint types!
Commit https://github.com/vincentneo/CoreGPX/commit/b777c7585e3c454306fb84ec79fae7d6d9f69f17 should fix this. Do update me if successful, or if some unexpected behaviour occurs.
That did the trick, thanks so much for the quick fix!
Hi, I'm attempting to import a file full of waypoints that look like this:
When I do this, the waypoint's
link
property isnil
, while other properties are populated. Any idea what might be causing this? I would expectlink
to be aGPXLink
and forlink.href
to be equal tohttps://www.hmdb.org/m.asp?m=25
. Thanks in advance!