1GEOTILER-FETCH(1) User Commands GEOTILER-FETCH(1)
2
3
4
6 geotiler-fetch – request map of specified coverage on range of zoom
7 levels and save map tiles in cache
8
10 geotiler-fetch [-h] [-v] [-p {}] [--cache {redis}] [-x MIN_ZOOM]
11 [-z MAX_ZOOM] [-f FILE] extent extent extent extent
12
14 Request map of specified coverage on range of zoom levels and save map
15 tiles in cache. Optionally save map image for each zoom level to a
16 file.
17
19 POSITIONAL ARGUMENTS
20 extent geographical map extent
21
22 OPTIONAL ARGUMENTS
23 -h, --help
24 show a help message and exit
25
26 -v, --verbose
27 explain what is being done
28
29 -p {}, --provider {}
30 map provider id
31
32 --cache {redis}
33 specify caching strategy
34
35 -x MIN_ZOOM, --min-zoom MIN_ZOOM
36 minimal zoom value
37
38 -z MAX_ZOOM, --max-zoom MAX_ZOOM
39 maximum zoom value
40
41 -f FILE, --file FILE
42 map image file name format, e.g.
43 map-image-{:02d}.png
44
46 geotiler-lint(1), geotiler-route(1)
47
48
49
50 November 2021 GEOTILER-FETCH(1)