Marble/MaemoOfflineRouting: Difference between revisions
Neverendingo (talk | contribs) m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">") |
m (Ochurlaud moved page Projects/Marble/MaemoOfflineRouting to Marble/MaemoOfflineRouting) |
||
(One intermediate revision by one other user not shown) | |||
Line 9: | Line 9: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
bzcat mycountry.osm.bz2 | gosmore rebuild | bzcat mycountry.osm.bz2 | gosmore rebuild | ||
</ | </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 | ||
</ | </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/ | ||
</ | </syntaxhighlight> | ||
== Use Gosmore and Marble == | == Use Gosmore and Marble == |
Latest revision as of 21:01, 10 March 2016
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: