![]() |
2006-05-24
, 01:33
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#172
|
Um any chance this is comming? maybe a check box to log all nmea data? Or can we use other GPS access like rfcomm with mapper?
Again, this thing is awesome
![]() |
2006-05-24
, 02:04
|
Posts: 23 |
Thanked: 0 times |
Joined on May 2006
|
#173
|
![]() |
2006-05-24
, 02:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#174
|
Well ... I just manually made a gpx file where I wrapped a single <trkpt> with <desc> in single <trkseg> pair and included many instances of <trkseg> and mapper showed a little green doughnut (or red if you imported it as a route vs. a track) for each separate <trkseg>.
Since I don't have a GPS yet (it is enroute from the e-store :] ) I don't know if mapper will do the flite or waypoint display if you get close to any of them in order or out of order. It certainly does show them in the right spot though.
The gpx info was in the following format:
Code:<?xml version="1.0"?> <gpx version="1.0" creator="http://www.gnuite.com/cgi-bin/gpx.cgi" xmlns="http://www.topografix.com/GPX/1/0"> <trk> <trkseg> <trkpt lat="xx.xxxxx" lon="xx.xxxxx"><desc>Waypoint 1</desc></trkpt> </trkseg> <trkseg> <trkpt lat="xx.xxxxx" lon="xx.xxxxx"><desc>Waypoint 2</desc></trkpt> </trkseg> <trkseg> <trkpt lat="xx.xxxxx" lon="xx.xxxxx"><desc>Waypoint 3</desc></trkpt> </trkseg> </trk> </gpx>
![]() |
2006-05-24
, 02:25
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#175
|
Penguinbait, maemo-mapper keeps a running track of where you've been. All you need to do is save it off to disk.
However, what I think you really want is the ability to record a voice note at a location using a bluetooth headset. See something interesting? Push the button on the headset and record a georeferenced note.
See, that way you can put the GPS receiver where it needs to be, leave your 770 in your pocket with the cover safely on it, and still take notes.
![]() |
2006-05-24
, 03:07
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#176
|
![]() |
2006-05-24
, 22:31
|
Posts: 144 |
Thanked: 0 times |
Joined on Dec 2005
@ Niles IL...Chicago born and raised.
|
#177
|
![]() |
2006-05-24
, 23:47
|
Posts: 8 |
Thanked: 0 times |
Joined on Jan 2006
|
#178
|
![]() |
2006-05-25
, 00:27
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#179
|
I have not the slightest clue after all the reading I did...on how to use this program. I don't know if it's because of legal issues that people aren't comming outright and posting the way to really use it. If that's the case, someone please feel free to PM me, or IM me at RabeeRaven on aim, to tell me what I should do map wise.
![]() |
2006-05-25
, 02:43
|
Posts: 23 |
Thanked: 0 times |
Joined on May 2006
|
#180
|
I've noticed s few times now that the tracking sometimes just stops.
Since I don't have a GPS yet (it is enroute from the e-store :] ) I don't know if mapper will do the flite or waypoint display if you get close to any of them in order or out of order. It certainly does show them in the right spot though.
The gpx info was in the following format: