![]() |
2008-04-04
, 09:07
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#2
|
![]() |
2008-04-04
, 17:24
|
Posts: 169 |
Thanked: 12 times |
Joined on Dec 2007
@ Tehran-Iran
|
#3
|
![]() |
2008-04-04
, 18:08
|
Posts: 179 |
Thanked: 90 times |
Joined on Dec 2007
|
#4
|
</EDIT>
Hello All,
I've got a new release of Roadmap out with preliminary(i.e.- command line) support for generating maps on the device from openstreetmaps.org data. This is an upstream change which I've merged in. It seems to work fairly well. Soon the map download process will be GUI and able to automatically download maps based upon GPS location. But I want to make sure the map downloading works first
If you want to try it-
1. install wget. ('apt-get install wget' as root) It's required to download maps. This version of Roadmap won't install without it.
2. go <LINK REMOVED> and install the roadmap-1.1.0i.OSMtest package.
To generate maps (from the release notes)-
This release is a test of onboard map generation from OpenStreetMaps.org data. It is not a production release as map generation is via command line tool.
However users outside the U.S. are invited to try it and report their results. To generate maps for an area open xterm and do-
$ mkdir /media/mmc1/roadmaps
(create a directory to store maps)
$ buildmap_osm <lat>,<lon>:<radius>
for example-
$ buildmap_osm 51.5,-0.125:5km
would give you a 5km circle around London. It uses an intermediate server to get the data from OSM in binary format. You can specify the server with the -s flag. The default server is the symbianos.org 'Where Am I' project. (Check that out too. It's cool!) If you have problems generating maps for an area you may need to increase the address bits paramater via the -b flag(The default is 19). You can also specify the location of the generated maps via the -m flag(The default is /media/mmc1/roadmaps.)
After generating new maps, you'll need to restart roadmap. As long as the generated maps are in /media/mmc1/roadmaps or /media/mmc2/roadmaps, they'll be seen automatically.
This is a stab at making Roadmap more useful to users outside the U.S. Who knows? Once maps work, if I can get some volunteer translators I can add Internationalization...
Cheers,
kernelpanic
<edit>
here's the obligatory screenshot (showing London maps generated on device from OSM data)-
</edit>
Last edited by kernelpanic; 2008-04-11 at 04:46. Reason: add screenshot