File: README.Debian

package info (click to toggle)
routino 3.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,952 kB
  • sloc: ansic: 22,499; javascript: 7,894; xml: 5,851; perl: 2,522; cs: 914; makefile: 828; sh: 502; cpp: 382; python: 374
file content (33 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
routino for Debian
------------------

routino is a set of applications for finding a route based on topographical
information from OpenStreetMap and creating the underlying database files.
The router application itself has been renamed from 'router' to
'routino-router'. The other programs (planetsplitter, filedumpeÅ— and
tagmodifier) has remained its name.

routino has been split into two packages:

routino:
  containing the command line programs
routino-www:
  containing the web interface

The web interface can be reached under http://localhost/routino
It requires the two directories /var/lib/routino/data and
/var/lib/routino/results. Both are created during installation of
routino-www. /var/lib/routino/data must contain the four database
files: nodes.mem, relations.mem, segments.mem and ways.mem previously
created by planetsplitter. 
Results of the router when called by the web frontend are stored in
/var/lib/routino/results. This directory is cleared from old files
by a cron job weekly.

There has been various changes in the format of the data files which
makes data files build for previous versions of routino unusable for
newer versions of routino. So, make sure to always have recent set
of data files compatible to the installed version of routino. If
unsure consult the web page of routino for detailed information.

 -- Uwe Steinmann <steinm@debian.org>, Tue, 22 Apr 2014 8:03:52 +0200