Notices


Reply
Thread Tools
kempja's Avatar
Posts: 26 | Thanked: 2 times | Joined on Feb 2007 @ UK
#211
Originally Posted by jaska k View Post
I got things to work pretty well with previous parameters, just adding them to epsg file on the client and server side. Of course, server requires some additonal reconfiguration to support it.
jaska k, which WMS sites are you using? There are other, more accurate, ways to re-project/reformat data and I'd like to check this site out....

Rgds
Kempja
 
Posts: 29 | Thanked: 4 times | Joined on Mar 2007 @ Germany
#212
I tried to import a gpx track file from a Garmin device. Maemo did not like it: parse error. I patched the file manually:
1. Changed
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.11.1" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/0 gpx.xsd">
to
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/0" creator="MapSource 6.11.1" version="1.0" >
2. Deleted the <metadata> and <extensions> xml-elements.

This fixed the import.

PS. Thanks for the great software gnuite.
__________________
N800 OS 4.2007.26-8
Rootfs: mmc2 ext2fs on Kingston 2GB 50X
 
Posts: 165 | Thanked: 5 times | Joined on Jan 2007 @ Boston MA USA
#213
Through slightly overzealous pruning of the N800 internal storage, I nuked my (empty) default POI database. Now maemo-mapper complains about the missing file on startup. Is there an easy way to regenerate this db, preferably on \media\mmc2 where I store my maps?
 
Posts: 2 | Thanked: 0 times | Joined on Mar 2007
#214
I'm experiencing a lot of crashes when I'm using a BT GPS module. It always crashes when I shut the GPS module off, and usually when I try to save the track (when I select the menu item). It also crashes occasionally when I just try to open settings dialog. The most annoying of these is the crashes when saving the track, because then I lose the track.
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#215
Originally Posted by jpj View Post
Through slightly overzealous pruning of the N800 internal storage, I nuked my (empty) default POI database. Now maemo-mapper complains about the missing file on startup. Is there an easy way to regenerate this db, preferably on \media\mmc2 where I store my maps?
When Maemo Mapper starts up, if the POI database (the file itself) does not exist, it creates a new one. So, you shouldn't have to do anything, except make sure that the file can be created (that is, that the POI database file setting refers to an actual, valid, writable file location).

If you want to use /media/mmc2 for your POI database, just change the setting in the POI tab of the Settings dialog. When maemo-mapper restarts, it will create the file if it doesn't already exist (again, assuming the file is valid and writable).
 
Posts: 316 | Thanked: 29 times | Joined on Feb 2007 @ Maryland, US
#216
I have been using Maemo Mapper for 30 minutes... so, please forgive me if this is a naive question.

Is it possible to add to the Go to menu an option to go to a street address, city/town or zip code?

If I want to get a map of a place I am visiting, I need to create a route to it and then navigate through the maps and zoom in to the endpoint of the route. I keep thinking there should be an easier way to get to the map of a location. Using any of the yahoo maps, google maps etc., I just type in the zip code and press enter and am right where I want to see.

thx

edit:
Another useful thing I would like is a "Go Back" option, This would go back to the previously viewed map.
Now if I press Toggle auto center by accident it goes back to my GPS. then it takes me ages to get back to the map I was looking at

A way to disable some hardware keys by setting an action of "None" to it would be nice also.

Last edited by Tabster; 2007-04-12 at 17:55.
 
Posts: 165 | Thanked: 5 times | Joined on Jan 2007 @ Boston MA USA
#217
Originally Posted by gnuite View Post
So, you shouldn't have to do anything, except make sure that the file can be created (that is, that the POI database file setting refers to an actual, valid, writable file location).
D'oh... (hitting self upside head with Stupid Stick)

Got it - autocreate was failing because I nuked not only the file but also the original Maps directory that contained it. So just altering the filespec with that in mind did the right thing.

Truly idiot proof code might take the extra step of creating the target directory if necessary. I guess it depends on how much you're inclined to coddle idiots. ;-)

Anyway, thanks for the tip!
 
Posts: 472 | Thanked: 107 times | Joined on Apr 2007 @ Texas
#218
Hey guys, im a complete noob to this thing. Ive got an n800 with updated os. Trying to install maemo mapper. When i click the link on the op, on my pc it prompts me to download an install file. When i click from the tablet, im taken to a text only page with what looks like an install command. Any help?

**Edit** I got it working. I just had to edit the repository settings.

Last edited by rcadden; 2007-04-12 at 23:54.
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#219
Originally Posted by Tabster View Post
I have been using Maemo Mapper for 30 minutes... so, please forgive me if this is a naive question.

Is it possible to add to the Go to menu an option to go to a street address, city/town or zip code?

If I want to get a map of a place I am visiting, I need to create a route to it and then navigate through the maps and zoom in to the endpoint of the route. I keep thinking there should be an easier way to get to the map of a location. Using any of the yahoo maps, google maps etc., I just type in the zip code and press enter and am right where I want to see.
Not in the current version, but it will be there in the next version. You will need internet access in order to do this.

Originally Posted by Tabster View Post
Another useful thing I would like is a "Go Back" option, This would go back to the previously viewed map.
Now if I press Toggle auto center by accident it goes back to my GPS. then it takes me ages to get back to the map I was looking at
Good idea. So, any of the Go features (including "Go to GPS location", whether its directly or via the Auto-Center function) will be "Go-Back"-able. I'll make it stackable, so you can go back multiple times. What about a "Go Forward" button? The Go stack won't persist between restarts, though.

Originally Posted by Tabster View Post
A way to disable some hardware keys by setting an action of "None" to it would be nice also.
Will do, although one of the "Show XXX" actions might hold you over until then, since all they do is pop up something for a few seconds.

Thanks for the suggestions.
 
gnuite's Avatar
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#220
Originally Posted by jpj View Post
Truly idiot proof code might take the extra step of creating the target directory if necessary.
Yeah. I thought it would create the directory, but I was wrong. It should, and it will, in the next version.
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:42.