geotiler-lint - Man Page
geotiler-lint – request map of specified coverage and save it as an image
Synopsis
geotiler-lint [-h] [-v] [-c CENTER CENTER] [-e EXTENT EXTENT EXTENT EXTENT] [-z ZOOM] [-s SIZE SIZE] [-p {}] [--cache {redis}] output
Description
Request map of specified coverage and save it as an image. There are three ways to set a map coverage area:
- 1)
Center, zoom, and size: create a map of the specified size, centered on a given geographical point at a given zoom level.
- 2)
Extent and size: create a map of the specified size that adequately covers the given geographical extent.
- 3)
Extent and zoom: create a map at the given zoom level that covers the precise geographical extent, at whatever pixel size is necessary.
Options
Positional Arguments
- output
Output file
Optional Arguments
- -h, --help
Show a help message and exit
- -v, --verbose
Make a bunch of noise
- -c CENTER CENTER, --center CENTER CENTER
center of the map (lon, lat), e.g.:
-122.263 37.804
- -e EXTENT EXTENT EXTENT EXTENT, --extent EXTENT EXTENT EXTENT EXTENT
Geographical map extent. Two lat, lon pairs
- -z ZOOM, --zoom ZOOM
Zoom level
- -s SIZE SIZE, --size SIZE SIZE
size of map image
- -p {}, --provider {}
map provider id
- --cache {redis}
specify caching strategy
See Also
Referenced By
geotiler-fetch(1), geotiler-route(1).