wiki:offlineRouting

Version 6 (modified by Martin Kolman, 11 years ago) (diff)

--

Generating turn-by-turn directions

Turn type

The turn type depends mostly on the turn angle.

8° < angle <= 45°

7

45° < angle <= 135°

6

135° < angle <= 172°

5

172° < angle <= 188°

4

188° < angle <= 225°

3

225° < angle <= 315°

2

315° < angle <= 352°

1

352° < angle <= 8°

0

Monav

Compiling without GUI

To compile the Monav routing daemon, run this:

qmake CONFIG+=release DEFINES+=NOGUI monavroutingdaemon.pro && make

NOTE: The Monav compile guide is wrong as it uses the correct syntax is NOGUI not nogui. If nogui is used, the option does nothing and Monav still tries to compile the GUI components.

Routing data

Data from http://monav.openstreetmap.de/ have a combined size of about 45 GB and are slightly outdated (April 2011).

Monav has its own map data repository - might be a good idea to ask them for their map generation script.

Routino