![]() |
2008-01-23
, 22:37
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#182
|
Thanks for the continued updates Dude!
***
I have found a 2GB ceiling per DB on my N800...
That is, once 2GB is reached in my VE Hybrid DB, MM closes if I attempt to download another map. If I rename the DB and start a new one everything is fine again... until I reach 2GB.
Is this unique to me, VE hybrid, or the tablet/OS ?
Or; is it a limitation of the DB file?
The Following User Says Thank You to gnuite For This Useful Post: | ||
![]() |
2008-01-23
, 23:42
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#183
|
Both GDBM and Linux support large files (in excess of 2 GB), but that support has to be compiled into the binary. Either GDBM or Linux has NOT been compiled for Maemo with large file support.
One alternative (which is obviously not ideal) is to split your database into two separate files, e.g. one for the United States, one for Europe, etc.
A programmatic solution would be for Maemo Mapper to start splitting database files itself based on heuristics, but that complicates the implementation (potentially requiring Maemo Mapper to search multiple databases per tile access). I will have to investigate further....
![]() |
2008-01-24
, 12:15
|
Posts: 18 |
Thanked: 0 times |
Joined on May 2006
|
#184
|
![]() |
2008-01-24
, 20:17
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#185
|
In the mean time... How can I run V1.4 on OS2008?
Now that the price of MMC memory has dropped, it is no big deal to have 4GB of space for the old file system.
The value of this app for me is being able to reliably drill down to level 4 (new system) anywhere in my work area (about level 12) ... 2GB doesn't quite make it...
![]() |
2008-01-24
, 20:18
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#186
|
Is it just me who is trying to use WMS (OGC-specification) with Maemo-Mapper? Or is it just my device that has unexpected behaviours with OS2008?
On my N800 device MM crashes allways, if I do not escape special characters (?&=) when configuring WMS repository. Now - when using escaped characters on MM's repostiory url - on server side I get request from MM which does not look like it should be. Query has lot of carbage that does not belong to configured query.
Log on server side (Apache), 10.0.0.64 is the MM client:
10.0.0.64 - - [24/Jan/2008:13:23:59 +0200] "GET /cgi-bin/orto_3067_wms0,000000service%3Dwms%26version%3D1.1 .1%26request%3Dgetmap 0x0,00001000008d2p-1022yers%3Dorto_kkj_mv (null)rs%3D900913%26bbox%3D0,000000,0,000000,0,000 000,0,000000%26width%3D256 0,000000e+00ight%3D256 HTTP/1.1" 404 336
For example, values/parameters 0,000000 and 0x0,00001000008d2p-1022yers are something unexpected.
Is this problem of Maemo-Mapper or could this be some OS2008 library issue?
I'm using proj library, and it is able to do necessary transformations when using command line tool (cs2cs).
And SRS=900913 (or 600613) , see http://crschmidt.net/blog/archives/2...ection-900913/
![]() |
2008-01-25
, 06:38
|
Posts: 18 |
Thanked: 0 times |
Joined on May 2006
|
#187
|
I'll take a look at it. I haven't tested the WMS maps in a while - I may have broken something....
![]() |
2008-01-25
, 18:15
|
Posts: 9 |
Thanked: 0 times |
Joined on Dec 2007
|
#188
|
v1.4.x has not yet been ported to the N800. I haven't had time to do it, but even when I do, 2 GB of maps in the v2.x format will probably use a lot more space than 4 GB of maps in the v1.x format.
![]() |
2008-01-27
, 05:37
|
Posts: 44 |
Thanked: 2 times |
Joined on Jan 2008
|
#189
|
![]() |
2008-01-27
, 21:04
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#190
|
Thanks for the continued updates Dude!
***
I have found a 2GB ceiling per DB on my N800...
That is, once 2GB is reached in my VE Hybrid DB, MM closes if I attempt to download another map. If I rename the DB and start a new one everything is fine again... until I reach 2GB.
Is this unique to me, VE hybrid, or the tablet/OS ?
Or; is it a limitation of the DB file?