View Single Post
Posts: 29 | Thanked: 4 times | Joined on Mar 2007 @ Germany
#212
I tried to import a gpx track file from a Garmin device. Maemo did not like it: parse error. I patched the file manually:
1. Changed
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.11.1" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 gpx.xsd">
to
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/0" creator="MapSource 6.11.1" version="1.0" >
2. Deleted the <metadata> and <extensions> xml-elements.

This fixed the import.

PS. Thanks for the great software gnuite.
__________________
N800 OS 4.2007.26-8
Rootfs: mmc2 ext2fs on Kingston 2GB 50X