![]() |
Does Maemo Mapper support .GPX files?
Greetings. is maemo-mapper capable of importing .gpx files? I'm having issues importing the following (I was under the impression id *did* support them), so perhaps someone can either tell me otherwise, or point out what's wrong with the following (small) bit of code:
Thanks! Code:
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="KML2GPX 1.0" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"> |
Re: Does Maemo Mapper support .GPX files?
Maemo Mapper doesn't support the wpt tag. It's a long story, but it doesn't really fit with Maemo Mapper's track data structures. (Why are the waypoints separate from track points? How am I supposed to correlate the two?)
Maemo Mapper only supports the trk tag. The trk tag in your example should actually cause a three-point track to be imported into Maemo Mapper (as a track or a route, depending on how you open it). To create waypoints, a given trkpt object should have a desc tag inside it, the contents of which determine the text that is displayed (or read by flite) when you approach the waypoint. I've been meaning to add more robust support for GPX to Maemo Mapper, including support of the wpt tag, but it might break backward compatibility, so I'm saving it for Maemo Mapper v2.0. |
Re: Does Maemo Mapper support .GPX files?
Quote:
|
Re: Does Maemo Mapper support .GPX files?
Quote:
Code:
<gpx version="1.0" |
Re: Does Maemo Mapper support .GPX files?
Quote:
|
All times are GMT. The time now is 23:02. |
vBulletin® Version 3.8.8