You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man/render_expired.1
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ render_expired \- expires a list of map tiles so that they get re-rendered.
6
6
7
7
.SH SYNOPSIS
8
8
.Brender_expired
9
-
.RI [ options ]<"expire.list"
9
+
.RI [ options ]\ <\"expire.list"
10
10
.BR
11
11
12
12
.SH DESCRIPTION
@@ -27,13 +27,13 @@ Render_expired has three potential strategies of how to expire map tiles:
27
27
These three strategies can be combined and applied at different zoom levels. E.g. Zoom level 17-18 get deleted, z11 - z16 get marked dirty and z6 - z10 get rendered directly.
28
28
.PP
29
29
Render_expired takes a list of tiles from stdin which should be expired. The format of the list is one tile per line specified as z/x/y.
30
-
.BR
30
+
.sp0
31
31
1/0/1
32
-
.BR
32
+
.sp0
33
33
1/1/1
34
-
.BR
34
+
.sp0
35
35
1/0/0
36
-
.BR
36
+
.sp0
37
37
1/1/0
38
38
.PP
39
39
render_expired will automatically expand the list to cover the effected tiles at other zoom levels.
@@ -52,24 +52,23 @@ Specify the location of the renderd socket or hostname and port to connect to.
52
52
.TP
53
53
\fB\-n\fR|\-\-num-threads=N
54
54
Specify the number of parallel requests to renderd. Should renderd have less threads active, requests will be queued. The default is 1.
55
-
default if \fB\-\-append\fR is not specified.
56
55
.TP
57
56
\fB\-t\fR|\-\-tile-dir=DIR
58
57
Specify the base directory where the rendered tiles are. The default is '/var/cache/renderd/tiles'
59
58
.TP
60
59
\fB\-z\fR|\-\-min-zoom=ZOOM
61
-
Filter input to only render tiles greater or equal to this zoom level (default is 0)
60
+
Filter input to only render tiles greater than or equal to this zoom level (default is '0').
62
61
.TP
63
62
\fB\-Z\fR|\-\-max-zoom=ZOOM
64
-
Filter input to only render tiles less than or equal to this zoom level (default is 18)
63
+
Filter input to only render tiles less than or equal to this zoom level (default is '18').
65
64
.TP
66
65
\fB\-d\fR|\-\-delete-from=ZOOM
67
66
When expiring tiles of ZOOM or higher, delete them instead of re-rendering (default is off)
68
67
.TP
69
68
\fB\-T\fR|\-\-touch-from=ZOOM
70
-
when expiring tiles of ZOOM or higher, touch them instead of re-rendering (default is off)
69
+
When expiring tiles of ZOOM or higher, touch them instead of re-rendering (default is off)
71
70
.TP
72
-
\-\-no-progress
71
+
\fB\-N\fR|\-\-no-progress
73
72
Disable display of progress messages (default is off)
0 commit comments