![]() |
2009-07-12
, 11:57
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
![]() |
2009-07-17
, 08:20
|
Posts: 2 |
Thanked: 0 times |
Joined on May 2009
|
#3
|
I want to use UK OS Explorer maps (1:25000 scale) which show public footpaths when I'm out walking. By describing my experience so far I'm hoping to kickstart a discussion whereby I might learn how better to proceed in this endeavor.
I managed to get it working by taking screen shots from streetmap.co.uk and processing them via mapcruncher into tiles suitable for downloading to maemo mapper. Problem with this method is it's just too fiddly and time consuming to produce the tiles.
So I got to thinking maybe I could use the default tiles displayed in a typical streetmap.co.uk webpage. These are 0.5Km squares already conveniently mapped to a 12 digit uk grid reference. Considering I'm new to python it turned out to be surprisingly easy to create a program to download a given rectangular area.
OK, so I now I have an easy way to get the tiles but how do I get these tiles to work with maemo mapper? Is it even possible?
In the mean time have modified the code described here...
http://talk.maemo.org/showthread.php?t=19009
...to periodically update a local html file which in turn displays a 2.5Km square map in the N810 web browser. Actual position on map is marked by a small red circle comprising of a transparent image positioned to reflect current coordinates. This simple setup works as far as it goes but would need further work to be really useful.
I am particularly interested in hearing of a way to use my tiles with maemo mapper and/or ideas for further developing and improving my little hacked application.
Ed