maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Maemo Mapper v2.2 for OS2006/OS2007/OS2008 (https://talk.maemo.org/showthread.php?t=12434)

sgosnell 2008-03-23 16:33

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.

italodance 2008-04-04 18:35

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?

t24 2008-04-08 06:50

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:

TobyK 2008-04-08 10:32

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.

gnuite 2008-04-08 16:35

Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
 
Quote:

Originally Posted by TobyK (Post 166746)
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.

Here's a sample URL:

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."

gnuite 2008-04-08 16:36

Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
 
Quote:

Originally Posted by t24 (Post 166708)
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:

Search these forums or the internet for "MapCruncher." It can help you, but it's not a trivial task.

t24 2008-04-09 13:08

Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
 
Quote:

Originally Posted by gnuite (Post 166899)
Search these forums or the internet for "MapCruncher." It can help you, but it's not a trivial task.

Thanks a lot, I found what I needed :)

btw, why no maemo-mapper wiki? two many forum pages to go through each time I'm looking for some info ^^

sgosnell 2008-04-10 17:52

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.

ugko 2008-04-30 05:42

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

marce_245 2008-05-01 01:32

Re: Maemo Mapper v2.2 for OS2006/OS2007/OS2008
 
Is it possible to use the tiles from this site:

http://viajoasi.com.ar/vercamino.jsf


All times are GMT. The time now is 20:52.

vBulletin® Version 3.8.8