Notices


Reply
Thread Tools
Posts: 116 | Thanked: 5 times | Joined on Jun 2006 @ Warsaw, Poland
#31
Put it in {repo}/poi folder
 
Posts: 116 | Thanked: 5 times | Joined on Jun 2006 @ Warsaw, Poland
#32
gnuite: you should make wiki. Simpler way to make documentation for maemo-mapper
 
maxilogan's Avatar
Posts: 701 | Thanked: 21 times | Joined on Feb 2006 @ Italy
#33
Originally Posted by cjackiewicz View Post
Put it in {repo}/poi folder
In fact it already *is* in (repo)/poi..
__________________
--
Does life seem worthwhile to you?
 
Posts: 116 | Thanked: 5 times | Joined on Jun 2006 @ Warsaw, Poland
#34
As *.jpg?

--
Cezary
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#35
Originally Posted by cjackiewicz View Post
gnuite: you should make wiki. Simpler way to make documentation for maemo-mapper
Yes, I know documentation is a huge problem for maemo-mapper...

If you can figure out how it works, there is supposed to be a way to create wiki documentation on downloads.maemo.org... Try here:

https://test.maemo.org/developers/do...sandbox/index/

Good luck, though; Midgard sucks.
 
Posts: 13 | Thanked: 1 time | Joined on Feb 2007
#36
Wow -I just got an N800 this week and got Maemo Mapper running with the maps last night - this has to be the coolest app I've seen in a long, long time.
I've been showing people I work with and they are all amazed - very cool application and the new map repository download sure makes it a lot easier for us newbs to get up and tracking.
 
pumo's Avatar
Posts: 36 | Thanked: 5 times | Joined on Dec 2006 @ Finland
#37
Hi! I liked alot this great app! thanks for it.
but still like to use own map files, because google or VE doesn't provide topo maps to Finland...
 
Posts: 3 | Thanked: 0 times | Joined on Feb 2007
#38
Originally Posted by maxilogan View Post
In fact it already *is* in (repo)/poi..
I have the same poi icon problem.
Is the source code broken, column numbers mismatch?

drawing poi using column 2 (poi label) and 5 (cat label):
...
gchar *poi_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 2), -1);
gchar *cat_label = g_utf8_strdown(sqlite3_column_text(
_stmt_select_poi, 5), -1);

initializing the select statement, column 4 is poi label and 7 is cat label:
...
sqlite3_prepare(_db,
"select p.lat, p.lon, p.poi_id, p.label, p.desc,"
" p.cat_id, c.label, c.desc"
" from poi p, category c "
" where p.lat between ? and ? "
" and p.lon between ? and ? "
" and c.enabled = 1 and p.cat_id = c.cat_id",
-1, &_stmt_select_poi, NULL);

...
 
Posts: 5 | Thanked: 0 times | Joined on Feb 2007
#39
Hey guys

Not sure what Im doing wrong I got my nokia 770 mainly for this app.


First thing I did I pulled it out of the box and flashed it to:
Internet Tablet OS 2006 edition
Vesion: 3.2006.49-2

I proceeded to download Verion 1.4 but I get the following error when I click it and try to install:

Unable to install.
Some packages required for the insallation missing

What am I doing wrong?

Thx!

Jimmy
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#40
Originally Posted by Jimmyk View Post
I proceeded to download Verion 1.4 but I get the following error when I click it and try to install:

Unable to install.
Some packages required for the insallation missing
That's strange. I uploaded to gregale-extras the libsqlite3-0 debian required to install Maemo Mapper on the Nokia 770, but it doesn't appear to have been added to the Packages list, or to the pool.

Until that gets fixed, you can install the libsqlite3-0 from the scirocco repository:
http://repository.maemo.org/extras/p...sso1_armel.deb
 
Reply


 
Forum Jump


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