Skip to content
wthaem edited this page Apr 7, 2020 · 13 revisions

Prev (Tracks) | Home | Manual | Index | (Waypoints) Next


Table of contents


Routes

Create route

A route is a collection of waypoints with an order. The path between each point is usually a straight line. With routing information a path using the street network can be derived. The calculation can be done by a server (online routing) or with a local database (offline routing).

maproom1.png maproom1.png

If you click on the highlighted route you get a short on-screen-summary and a few options:

maproom1.png

maproom1.png Edit details about route.

maproom1.png Copy the route into another project.

maproom1.png Delete the route from the project.

maproom1.png Highlight route and see instructions.

maproom1.png Calculate the route. The current router selection and configuration is used.

maproom1.png Reset the route to waypoints connected with straight lines.

maproom1.png Edit the route. Move waypoints, add waypoints, delete waypoints.

Routing Engines

Currently Routino is supported as offline router and MapQuest as online routing service.

Routino

maproom1.png

Routino is an offline router written by Andrew M. Bishop. See the project's homepage for more details. As it is working without an Internet connection it needs routing data locally installed. A database needs 4 files:

?-nodes.mem
?-relations.mem
?-segments.mem
?-ways.mem

Replace the "?" with a name of the database, e.g. "Europe" or "North_America". This will be the name displayed on the GUI. The "_" will be replaced by " ".

To create a database use planetsplitter from the Routino package. Currently this is installed with the QMapShack installation. Please refer to the online documentation on how to use planetsplitter.

Create Own Routino database

A Routino database is created from OSM data. The used file format is *.pbf. You find these files at GeoFabrik.

If you want to use planetsplitter select the menu Tool - Create Routino Database.

Planetsplitter tool

Add one or more *.pbf files to the input list. Select an output path and name prefix. Press start to compile a new database.

MapQuest

maproom1.png

MapQuest is an online resource. It will answer to up to 15.000 requests each month without a charge. If that limit is exceeded the requests from all QMapShack users it will stop working until the end of the month. Compared to Routino MapQuest is better for car routes. For hikes and bike tours Routino is prefered.


Prev (Tracks) | Home | Manual | Index | Top | (Waypoints) Next

Clone this wiki locally