|
2008-02-02
, 04:02
|
Posts: 52 |
Thanked: 8 times |
Joined on Jan 2008
|
#12
|
|
2008-02-02
, 04:11
|
Posts: 348 |
Thanked: 61 times |
Joined on Dec 2007
|
#13
|
|
2008-02-02
, 06:22
|
Posts: 52 |
Thanked: 8 times |
Joined on Jan 2008
|
#14
|
Well, that's about all there is. Roadmap is under development, but it's a long way from being ready for use. At the present time, Maemo Mapper is all there is. Take it or leave it.
|
2008-02-02
, 20:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#15
|
Unfortunately, it appears that Maemo Mapper uses raster (aka, bitmaps) maps, rather than vector maps. I am told that this means the maps take up more space, that you can't find routes unless you are connected to a server to compute them for you, and that the device will not automatically update the routes as you travel. So if all of that is correct (and please correct me if it is not), for me this makes Maemo Mapper no better than simply connecting to Google Maps in the web n810's browser.
The Following User Says Thank You to gnuite For This Useful Post: | ||
|
2008-02-02
, 20:45
|
Posts: 348 |
Thanked: 61 times |
Joined on Dec 2007
|
#16
|
Um, no, that's not all there is. The Map program that comes with the n810 does not have any of those limitations, and is much easier to use than Maemo Mapper.
|
2008-02-02
, 22:58
|
Posts: 52 |
Thanked: 8 times |
Joined on Jan 2008
|
#17
|
And route generation does require internet connectivity, although Maemo Mapper does include auto-rerouting functionality (again, requiring internet connectivity).
The Following User Says Thank You to bblackmoor For This Useful Post: | ||
|
2008-02-02
, 22:59
|
Posts: 52 |
Thanked: 8 times |
Joined on Jan 2008
|
#18
|
|
2008-02-03
, 01:11
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#19
|
Good street data is costly in general, which is why there are so few free routing alternatives. RoadMap uses U.S. Census information, so it is limited to the U.S. and lacks certain important information (like speed limits and road directions).
The Following User Says Thank You to kernelpanic For This Useful Post: | ||
|
2009-05-02
, 10:16
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2009
|
#20
|
It generates KML files, one every 5 minutes plus a live version that you can update every few seconds, a Google maps mashup, etc.
The GPLv3 Source is at:
http://homepage.mac.com/tz1/.Public/KR1Stuff/minigpsd.c
Though I think I have a few updates. Buried in the KML as XML comments is the J1850 datastream from my motorcycle including gear, RPM, etc. but you might not use that feature.
Anyway, it takes NMEA from /dev/ttyS1 and does all the decoding (integer math for speed). You might want to look at the source for ideas. I'm adapting it and my zmapper - I have it now automatically starting up the GPS, but I need to tweak QT for shutting down properly.