![]() |
Quote:
Quote:
Quote:
Quote:
Thanks for the feedback! |
Quote:
|
Quote:
|
My colour blindness makes it difficult to see the route line over main roads. The track colour stands out better. Is there any chance to make these colours adjustable? As a fallback position I'd be more than happy to try out a few combinations and report back which one looks OK. (For once I could make good use of my defective X chromosome... every 8-10th male has it BTW).
|
Quote:
|
I meant to change the colour of the route line drawn by Maemo-mapper, not the colour of the roads.
|
Quote:
|
Maemo Mapper v0.2 has been released. See the Maemo Mapper v0.2 thread for more details.
|
tiny hack to make 'Download Area' easy to use (in v0.1)
I added a few lines of code to maemo-mapper v0.1 to make 'Download Maps by Area' easy to use:
The coordinates of the current and previous View Center are automatically filled into the fields for Top-Left and Bottom-Right Latitude and Longitude in the 'Download Maps by Area' window. Thus, to download an area, just tap two opposite corners of an imaginary rectangle on the current map, and then go to the menu 'Maps' -> 'Download Area...'. The corresponding values will have been filled in. Of cause you still can edit them. Now the only thing that remains to be done manually by you is to select the Zoom levels on the second tab of the window. My change is only 16 lines of Gnuite's v0.1 source. A patch can be found here: http://armin-warda.de/maemo-mapper-0.1-aw-0.1.patch An executable with this patch applied can be downloaded here: http://armin-warda.de/maemo-mapper (Sorry, no .deb - simply replace the original /var/lib/install/usr/bin/maemo-mapper with it.) P.S.: Just finished this before I read that v0.2 is available now. Will have a look at v0.2 to determine if it needs this hack, too. Armin. |
gnuite,
your MaemoMapper is a real killer app for the N770! I have been thinking about offline usage and supplying map data that has been downloaded previously. With a lot of small files, the wasted space can become as large as the actual data. My first idea was to package this and use the Gnome VFS to access the archive. I know that there is a module for TAR archives, but the TAR format is a really bad idea when accessing map files randomly. ZIP would be better suited for random access, but there is no module that can do it on the fly (without unpacking to a temp folder). The alternative would be to create our own package format, basically consisting of a header and a large BLOB with all the image data. The header would contain meta data (package, covered area), information for one or more maps (map type, URL) in one or more zoom levels and most importanly 2d arrays mapping tiles to offsets in the BLOB. Map data can also be pre-processed during packaging, e.g. "103 byte street tiles" and corresponding topo tiles being removed etc. My Maemo experience is still very limited. Assuming that I would create a tool to build such an archive, would you implement the necessary lookup and config dialogs in MaemoMapper? I know that in a few years, this might not be necessary anymore, but with roaming data access being quite expensive, this is still interesting when traveling to foreign countries. Jens. |
All times are GMT. The time now is 12:08. |
vBulletin® Version 3.8.8