geotiler-route - Man Page
geotiler-route – read positions from set of GPX files and draw them on a map
Synopsis
geotiler-route [-h] [-v] [-p {}] [-s SIZE SIZE] [-r RADIUS] [-a ALPHA] [--cache {redis}] filename [filename ...] output
Description
Read positions from set of GPX files and draw them on a map. The map size is set to 1920x1080 and can be changed with commandline parameter. The zoom and extents of the map are calculated automatically.
Options
Positional Arguments
- filename
GPX file
- output
Output PNG file
Optional Arguments
- -h, --help
Show a help message and exit
- -v, --verbose
Make a bunch of noise
- -p {}, --provider {}
map provider id
- -s SIZE SIZE, --size SIZE SIZE
size of map image
- -r RADIUS, --radius RADIUS
radius of drawn point of a position
- -a ALPHA, --alpha ALPHA
color alpha of drawn point of a position
- --cache {redis}
specify caching strategy
See Also
Referenced By
geotiler-fetch(1), geotiler-lint(1).
November 2021