Notices


Reply
Thread Tools
Posts: 348 | Thanked: 61 times | Joined on Dec 2007
#231
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.
 
Posts: 169 | Thanked: 12 times | Joined on Dec 2007 @ Tehran-Iran
#232
how flite_1[1].3_armel.deb can works on my n800 os2008?

where is the voice? how?
__________________
N800 With 2 SDHC CARD's 12 and 4 GB

But Thinking About A 64 GB !!!!

Os 2008 Chinook,I Have't Trust To Diablo!??
 
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#233
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?
 
Posts: 19 | Thanked: 9 times | Joined on Jan 2008
#234
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's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#235
Originally Posted by TobyK View Post
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's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#236
Originally Posted by t24 View Post
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?
Search these forums or the internet for "MapCruncher." It can help you, but it's not a trivial task.
 

The Following User Says Thank You to gnuite For This Useful Post:
Posts: 46 | Thanked: 6 times | Joined on Oct 2007 @ Tokyo
#237
Originally Posted by gnuite View Post
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 ^^
 
Posts: 348 | Thanked: 61 times | Joined on Dec 2007
#238
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.
 
Posts: 2 | Thanked: 0 times | Joined on Apr 2008
#239
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
 
Posts: 76 | Thanked: 6 times | Joined on Apr 2007
#240
Is it possible to use the tiles from this site:

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


 
Forum Jump


All times are GMT. The time now is 07:12.