Marble/MaemoOfflineRouting: Difference between revisions

From KDE TechBase
m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">")
m (Text replace - "</code>" to "</syntaxhighlight>")
Line 9: Line 9:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
bzcat mycountry.osm.bz2 | gosmore rebuild
bzcat mycountry.osm.bz2 | gosmore rebuild
</code>
</syntaxhighlight>
Depending on the size of the map and the speed of your computer, the map generation will take between a couple of minutes and some hours. Once done, gosmore itself opens the map in a new window you can close. The map file you are looking for is gosmore.pak.
Depending on the size of the map and the speed of your computer, the map generation will take between a couple of minutes and some hours. Once done, gosmore itself opens the map in a new window you can close. The map file you are looking for is gosmore.pak.


Line 18: Line 18:
mkdir -p /home/user/MyDocs/.local/share/marble/maps/earth/gosmore/
mkdir -p /home/user/MyDocs/.local/share/marble/maps/earth/gosmore/
logout
logout
</code>
</syntaxhighlight>


Afterwards copy the previously generated gosmore.pak to the N900:
Afterwards copy the previously generated gosmore.pak to the N900:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
scp gosmore.pak root@IP-of-your-n900:/home/user/MyDocs/.local/share/marble/maps/earth/gosmore/
scp gosmore.pak root@IP-of-your-n900:/home/user/MyDocs/.local/share/marble/maps/earth/gosmore/
</code>
</syntaxhighlight>


== Use Gosmore and Marble ==
== Use Gosmore and Marble ==

Revision as of 20:57, 29 June 2011

Install a Gosmore Map on the N900

Given the limited computing power of the N900, I'd strongly recommend to do the required map conversion (OSM .xml format to gosmore .pak format) on a different system with more power. You just need to ensure that the .pak file generated is compatible. Version 20090624-1 and older for example are not compatible. Please consult the OSM Wiki for more details on installing gosmore.

Download a OSM Map

You need some part of the world in OSM .xml format. The best way is to download one of the ready snapshots listed in the OSM Wiki. Don't choose the entire planet, but a reasonable sized map. A 132 MB .osm.bz2 works fine here for example.

Generate the .pak Map

Assuming you downloaded a OSM .xml map called mycountry.osm.bz2, create the .pak map for Gosmore like this:

bzcat mycountry.osm.bz2 | gosmore rebuild

Depending on the size of the map and the speed of your computer, the map generation will take between a couple of minutes and some hours. Once done, gosmore itself opens the map in a new window you can close. The map file you are looking for is gosmore.pak.

Copy the .pak Map to your N900

First, create the directory on your N900 where Marble will look for your Gosmore map.

ssh root@IP-of-your-n900
mkdir -p /home/user/MyDocs/.local/share/marble/maps/earth/gosmore/
logout

Afterwards copy the previously generated gosmore.pak to the N900:

scp gosmore.pak root@IP-of-your-n900:/home/user/MyDocs/.local/share/marble/maps/earth/gosmore/

Use Gosmore and Marble

When following the instructions above, Marble will automatically include Gosmore to calculate routes. In offline mode, Gosmore will be the only routing provider used. It looks similar to this:

Marble using Gosmore on a Nokia N900