1GEOTILER-LINT(1) User Commands GEOTILER-LINT(1)
2
3
4
6 geotiler-lint – request map of specified coverage and save it as an im‐
7 age
8
10 geotiler-lint [-h] [-v] [-c CENTER CENTER] [-e EXTENT EXTENT EXTENT EX‐
11 TENT] [-z ZOOM] [-s SIZE SIZE] [-p {}] [--cache {redis}] output
12
14 Request map of specified coverage and save it as an image. There are
15 three ways to set a map coverage area:
16
17 1) Center, zoom, and size: create a map of the specified size, cen‐
18 tered on a given geographical point at a given zoom level.
19
20 2) Extent and size: create a map of the specified size that ade‐
21 quately covers the given geographical extent.
22
23 3) Extent and zoom: create a map at the given zoom level that cov‐
24 ers the precise geographical extent, at whatever pixel size is
25 necessary.
26
28 POSITIONAL ARGUMENTS
29 output Output file
30
31 OPTIONAL ARGUMENTS
32 -h, --help
33 Show a help message and exit
34
35 -v, --verbose
36 Make a bunch of noise
37
38 -c CENTER CENTER, --center CENTER CENTER
39 center of the map (lon, lat), e.g.:
40 -122.263 37.804
41
42 -e EXTENT EXTENT EXTENT EXTENT, --extent EXTENT EXTENT EXTENT EXTENT
43 Geographical map extent. Two lat, lon pairs
44
45 -z ZOOM, --zoom ZOOM
46 Zoom level
47
48 -s SIZE SIZE, --size SIZE SIZE
49 size of map image
50
51 -p {}, --provider {}
52 map provider id
53
54 --cache {redis}
55 specify caching strategy
56
58 geotiler-fetch(1), geotiler-route(1)
59
60
61
62 November 2021 GEOTILER-LINT(1)