![]() |
I also think the "select rectangle" thing is the best way to select downloaded area.
The reason I wish it worked in the device, instead of google earth etc, is because I am carrying the device around more often than a laptop, and it would be nice to be able to select the downloaded area when under wifi connection like in a coffee shop, before going out for a walk etc.. I do have a phone with 3G connection, but it eats a lot of battery when connected, so it is useful to be able to fetch the maps beforehand. Would the drag-panning-with-stylus be too much work for the CPU to handle by the way? //Tuomas |
Small bug report:
The maps along a route have already been downloaded at zoom level 1. If the zoom level is then set to 0, 'Download maps along route' re-fetches the maps. It should not as zoom level 0 uses the same maps as zoom level 1. |
If you need any help translating Mapper to danish, please let me know. Shouldn't be too much work, and even though I would prefer to stick to english myself I'm sure not all of my countrymen are of the same opinion.
|
Quote:
|
Quote:
|
Maemo Mapper v0.2.3 Released
Maemo Mapper v0.2.3 has been released to address issues in the Download-by-Area dialog box.
Device-Installable .DEB File Source Code Changelog: * Fixed bug in Download-by-Area confirmation dialog box. * Added "Clear" button to Download-by-Area dialog box. |
Quote:
|
The announcement of a waypoint is left out consistently along my usual route and the little man inside stops talking after this for the rest of the route... What is the tolerance level of deviating from the route before it stops announcing waypoints? Is this adjustable? If Reset-ing the route is the answer then is there a quick (safe) way to do that other than through the menu?
gnuite, you've done something remarkable with this program... |
rfcomm patch
The following patch adds support for rfcomm to maemo-mapper. One of the goals of the patch was a minimal number of changes. Clearly the reuse of the first character of _rcvr_mac as an indicator of the type of connection is a hack. It's more reasonable to set a state variable _rcvr_conn to one of:
Code:
enum { BTGPS_SOCK, BTGPS_RFCOMM, BTGPS_GPSD } _rcvr_conn; That said, it works. Instead of a mac address in the Settings...GPS/MAC, you use /dev/rfcomm0 or /dev/rfcomm1, or whatever. No more mysterious bluetooth silence. http://russnelson.com/maemo-mapper-0.2.3-rfcomm.patch |
Thanks for a great program! I admire programmers that write elegant programs that solve the problem, while still keeping things simple and minimalistic. That said, here are some suggestions for more code :-)
I have started converting sea charts to "google format" so I can keep track of my shipmates from my bunk. Works like a charm besides the obvious projection issues, but as long as I dont go too far north, the difference between mercator and gaussian isn't too bad. I'm not planning on using the N770 for any critical navigational decisions anyway. After playing with google maps for a while, I noticed that the gps position often has a systematic error in some direction. It would be useful to be able to "nudge" the map to some known reference point (a suggestion would be by dragging the waypoint or gps dot to the reference point or something - similar to Atlas for the Palmpilot). The gui looks to be the easy part however, since the systematic error seems to be different depending on zoom-level and depending on where you are. Problem is, how do you store and reuse the calibration - and worst of all - how do you keep things lightweight. Still, it would be a nice feature, and one that coincidentally would help me fix my projection issues somewhat. ;-) On the information pane you're considering, would it be possible to include the lat/lon coordinates for the currently shown map center? It would make it possible to verify some rough validity of any homegrown map without having to actually go there. |
All times are GMT. The time now is 12:04. |
vBulletin® Version 3.8.8