1GEOTILER-ROUTE(1)                User Commands               GEOTILER-ROUTE(1)
2
3
4

NAME

6       geotiler-route  – read positions from set of GPX files and draw them on
7       a map
8

SYNOPSIS

10       geotiler-route [-h] [-v] [-p {}] [-s SIZE SIZE] [-r RADIUS]  [-a ALPHA]
11       [--cache {redis}] filename [filename ...]  output
12

DESCRIPTION

14        Read  positions from set of GPX files and draw them on a map.  The map
15       size is set to 1920x1080 and can be changed with commandline parameter.
16       The zoom and extents of the map are calculated automatically.
17

OPTIONS

19   POSITIONAL ARGUMENTS
20       filename
21              GPX file
22
23       output Output PNG file
24
25   OPTIONAL ARGUMENTS
26       -h, --help
27              Show a help message and exit
28
29       -v, --verbose
30              Make a bunch of noise
31
32       -p {}, --provider {}
33              map provider id
34
35       -s SIZE SIZE, --size SIZE SIZE
36              size of map image
37
38       -r RADIUS, --radius RADIUS
39              radius of drawn point of a position
40
41       -a ALPHA, --alpha ALPHA
42              color alpha of drawn point of a position
43
44       --cache {redis}
45              specify caching strategy
46

SEE ALSO

48       geotiler-fetch(1), geotiler-lint(1)
49
50
51
52                                 November 2021               GEOTILER-ROUTE(1)
Impressum