Hi,
SASPlanet is a very nice Software for downloading and manipulating
tiles. It downloades almost anything from the web, and can convert it
to many formats.
The own SASPlanet saving sheme on the disk is like this:
C:\maps\SASPlanet_100707\cache\SAT\z10\0\x284\0\y190.jpg
It uses the normal url's for downloading tiles (google, osm,
vearth, ...)
But I thing now it is not worth implementing this into gpsVP. The
reason is that you can export/convert the tiles into "GMT
(Globalmapper >= 10.02)" and then the tiles sheme is almost like OSM,
just X and Y are swaped.
I have donwloaded in the past many tiles from GooglemapsSAT and OSM.
I have converted/exported them into "GMT (Globalmapper >= 10.02)" and
copyed them to my device.
I use the following config files:
for googlemapsSAT:
[Tiled MAP]
gpsVPVersionMin=0.4.15
Filename=%X.jpg
Subpath=z%ZOOM_00/%Y
URL=
http://khm0.google.de/kh/v=78&x=%X&y=%Y&z=%ZOOM_00&s=G
for OSM:
[Tiled MAP]
gpsVPVersionMin=0.4.15
Filename=%X.jpg
Subpath=z%ZOOM_00/%Y
URL=
http://tile.openstreetmap.org/%ZOOM_00/%X/%Y.png
And now it is perfect. I can use my old tiles database.
The downloading of new data (googlemapsSAT and OSM) workes well.
The new data is saved in the propper format.
About the menu Butoon ...
I have a LG GM750. It has only one button on the front, with a a
laptop_mouse like slider, so you can use click,left,right,up,down on
the same button. And two buttons on the right side.
So it would be very nice if I could use one side button for the menu
and the front button for
1. Click = ContextMenu
2. LEFT = zoom out
3. RIGHT = zoom in
4. UP + DOWN = change maps
But I can not assign the "Menu" to a Button.
Also I can not assign somehow the LEFT/RIGHT/UP/DOWN. When I try to
assign them gpsVP is not detecting the moves.
A other Question:
Is there a possibility to select several maps for "next maps" and
"previous map" ?
I mean I would like to browse only 2-3 maps, not all of the maps in
the list that I am not using.
I have managed to achive this with several quick&dirthy lines into the
source code, but I was woundering if something like this is already
implemented and I am just not capable to see it :)