![]() |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
You need to select the type maps you want to view. Menu, Maps, and then select the type maps. You can also select the Manage Repositories option and see where the maps are being stored, and change the storage location if you want. I keep my maps on an SD card, because I need the storage space, since there isn't enough room in the onboard memory.
|
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
how flite_1[1].3_armel.deb can works on my n800 os2008?
where is the voice? how? |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
I have some private maps (image files) that I would like to see in maemo-mapper... How can I create my own set of tiles? Is this possible? :confused:
|
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Is it possible to use the tiles from this site in Maemo mapper:
http://www.streetmaps.co.za/ They've somehow disabled the right clicks so I can't get the URL's for the map tiles. |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Quote:
http://www.streetmaps.co.za/maptile/..._25.600000.png Doesn't look to be compatible with Google's tile layout. So, without changes to Maemo Mapper, the answer to your question is "no." |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Quote:
|
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Quote:
btw, why no maemo-mapper wiki? two many forum pages to go through each time I'm looking for some info ^^ |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Flite works on the N800. Just install it, tell MM to use it (settings) and it works. The volume is very low, but it does work.
|
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
Hi GNUITE
I need your help. I waited for the maps converter for a long time and I've started to write it by myself. But I have the trouble in gdbm usage. If I put zome data to gdbm in my PC, I don't see anything in the N800 and I dont see anything in the map base created by MM... Just a simple code: #include <gdbm.h> #include <stdlib.h> #include <stdio.h> GDBM_FILE *db; datum dkey, dcon; main() { db = gdbm_open("Google.db",0, GDBM_READER, 0644, NULL); dkey=gdbm_firstkey(db); while (dkey.dptr) { dcon=gdbm_fetch(db,dkey); dkey=gdbm_nextkey(db,dkey); } gdbm_close(db); } This code get keys from the gdbm created by PC and found nothing in the gdbm from MM. Way? If it is the byte order cause, then we have no chance to make the PC converter!? PC converter is usefull for some cases: 1. Building own maps 2. Downloading maps from pc 3. Converting maps from other software... I think it's very very usefull. UG |
Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
|
All times are GMT. The time now is 20:52. |
vBulletin® Version 3.8.8