[Marble-bugs] [marble] [Bug 314482] loading of gpx files does not work

Roman K. roman.karlstetter at googlemail.com
Sun Feb 10 22:20:45 UTC 2013


https://bugs.kde.org/show_bug.cgi?id=314482

--- Comment #1 from Roman K. <roman.karlstetter at googlemail.com> ---
Ok, I looked into this. The *.gpx files I tried cannot be loaded because they
lack a namespace declaration (something like
xmlns="http://www.topografix.com/GPX/1/1"). However, the GpxPlugin (class
GpxParser) only succeeds if a namespace is specified (even if it is ignored
afterwards).

We could add a check if the namespace is empty and if so, continue processing. 

If this is not intended, we could at least inform the user that their files
could not be parsed correctly. At the moment just nothing happens.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list