The Following 39 Users Say Thank You to gnuite For This Useful Post: | ||
412b, allnameswereout, asys3, bongo, branchingfactor, bunanson, Bundyo, claesbas, doctorbri, dzahariev, eetimm, eiffel, fattomm, fms, fragos, Francisco, fredoll, FRZ, iskarion, jcharpak, jdr93, joy_fun_man, just_to_help, Lord Raiden, luso, manooe, Mara, MattZTexasu, meizirkki, Munk, qole, qwerty12, Snoshrk, sondjata, spiros, TA-t3, thorbo, tobiasj, YoDude |
|
2009-03-09
, 08:38
|
Posts: 30 |
Thanked: 11 times |
Joined on Oct 2008
|
#2
|
|
2009-03-09
, 10:39
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#3
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2009-03-09
, 12:09
|
Posts: 30 |
Thanked: 11 times |
Joined on Oct 2008
|
#4
|
The Following 2 Users Say Thank You to branchingfactor For This Useful Post: | ||
|
2009-03-09
, 17:32
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#5
|
|
2009-03-09
, 18:14
|
Posts: 397 |
Thanked: 99 times |
Joined on Jun 2008
@ Toronto, Ontario
|
#6
|
|
2009-03-09
, 18:24
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#7
|
|
2009-03-09
, 19:04
|
|
Posts: 161 |
Thanked: 55 times |
Joined on Dec 2006
@ SLO, CA; United States
|
#8
|
|
2009-03-09
, 19:17
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#9
|
Great!
BTW, the N8x0/770 ARM CPUs are little endian just as your x86 PC, so that's not really an issue with gdbm either (unless you have some big endian hardware around your house that you're using for stuff like this).
BTW2, anyone up to writing a utility to convert gdbm maps to sqlite? Even though the old format is supported I prefer to keep my maps in a single format and I have so many from my travels..
|
2009-03-09
, 19:20
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#10
|
John aka Gnuite,
Have you given any thought to making maps and layers orthogonal?
Currently Maemo Mapper requires that the different layers (eg., Traffic/Weather) be configured separately for each map provider even though the layers all share the same cache and operate using the same API. So I was wondering whether it would be possible to specify the Layers completely separately from the Maps and then dynamically choose which map provider to us separately from the layers. That way we would only have to configure the layers once instead of once per map provider.
Thanks
The Following User Says Thank You to gnuite For This Useful Post: | ||
First and foremost, the default file format of backing map databases has been changed from GDBM to SQLite3, providing the following key advantages:
GDBM is still a supported map storage mechanism. Particularly, your existing map databases will still work in Maemo Mapper v2.6 without change. There is no utility to convert GDBM map repositories to SQLite3 map repositories.
Another big new feature in Maemo Mapper v2.6 is support for Automatic Packet Reporting System (APRS). Rob Williams (aka camel) was kind enough to submit a lot of code to Maemo Mapper to add APRS support. I don't have the knowledge or equipment necessary to test it, though, so let me know if it works out for you.
There are also some improvements to the layering functionality that should increase performance both with and without layers. This new version is recommended for all users, regardless of whether or not you will be using SQLite maps or APRS.
Updated packages are available now in the Files section of Maemo Mapper's Garage site. They'll be available for automatic updates via the Extras Repository as soon as the autobuilder is done with them.
Let me know if you have any problems with the release. Thanks!