Use /var/cache instead of /var/lib for tiles

This commit is contained in:
Felix Delattre
2020-10-09 07:52:15 +00:00
parent 557e419d07
commit 889a45b5e0
6 changed files with 7 additions and 7 deletions

View File

@ -22,11 +22,11 @@ options starting with two dashes (`-').
A summary of options is included below.
.TP
\fB\-t\fR|\-\-tile-dir
Specify the base directory where the tiles are stored. The default is /var/lib/mod_tile
Specify the base directory where the tiles are stored. The default is /var/cache/renderd/tiles
.TP
\fB\-m\fR|\-\-map
Specify the map style to convert. This specifies the full path to the files and is relative to the tile directory.
The default is "default" and results in a full path of /var/lib/mod_tile/default to search for the tiles to convert
The default is "default" and results in a full path of /var/cache/renderd/tiles/default to search for the tiles to convert
.TP
\fB\-u\fR|\-\-unpack
Unpack the .meta files back to PNGs

View File

@ -51,7 +51,7 @@ Specify the number of parallel requests to renderd. Should renderd have less thr
default if \fB\-\-append\fR is not specified.
.TP
\fB\-t\fR|\-\-tiledir=DIR
Specify the base directory where the rendered tiles are. The default is '/var/lib/mod_tile'
Specify the base directory where the rendered tiles are. The default is '/var/cache/renderd/tiles'
.TP
\fB\-z\fR|\-\-min-zoom=ZOOM
Filter input to only render tiles greater or equal to this zoom level (default is 0)

View File

@ -38,7 +38,7 @@ Unix domain socket name for contacting renderd.
The number of parallel request threads (default 1).
.TP
\fB\-t\fR|\-\-tile-dir
Tile cache directory (defaults to '/var/lib/mod_tile').
Tile cache directory (defaults to '/var/cache/renderd/tiles').
.TP
\fB\-z\fR|\-\-min-zoom=ZOOM
Filter input to only render tiles greater or equal to this zoom level (default is 0).