1- .TH RENDERD.CONF 5 "2024-03-16 " "mod_tile v0.7.1"
1+ .TH RENDERD.CONF 5 "2024-06-06 " "mod_tile v0.7.1"
22.\" Please adjust this date whenever revising the manpage.
33
44.SH NAME
@@ -14,7 +14,7 @@ This manual page documents briefly the \fBrenderd.conf\fR configuration file.
1414.PP
1515The default location is \fB '/etc/renderd.conf' \fR (macro definition \fB 'RENDERD_CONFIG' \fR ).
1616.PP
17- All option names are \fB case-insensitive \fR unless otherwise specified .
17+ All option names are \fB case-insensitive \fR .
1818
1919
2020.SH RENDERD
@@ -100,37 +100,32 @@ There must be at least one \fB[map]\fR section.
100100\fB [map] \fR section names can be anything else, but they must all be unique.
101101
102102.TP
103- .B ASPECTX
103+ .B aspectx
104104Specify the X aspect to be used by \fB mod_tile \fR .
105105Only used by \fB mod_tile \fR .
106106The default value is \fB '1' \fR .
107- This option name is \fB case-sensitive \fR .
108107
109108.TP
110- .B ASPECTY
109+ .B aspecty
111110Specify the Y aspect to be used by \fB mod_tile \fR .
112111Only used by \fB mod_tile \fR .
113112The default value is \fB '1' \fR .
114- This option name is \fB case-sensitive \fR .
115113
116114.TP
117- .B ATTRIBUTION
115+ .B attribution
118116Specify the data attribution to be provided by \fB mod_tile \fR as \fB TileJSON \fR (via \fB {URI}/tile-layer.json \fR ).
119117Only used by \fB mod_tile \fR .
120118The default value is \fB '©<a href= \\\\\\" http://www.openstreetmap.org/\\\\\\">OpenStreetMap</a> and <a href=\\\\\\"http://wiki.openstreetmap.org/wiki/Contributors\\\\\\">contributors</a>, <a href=\\\\\\"http://opendatacommons.org/licenses/odbl/\\\\\\">(ODbL)</a>'\fR (macro definition \fB'DEFAULT_ATTRIBUTION'\fR).
121- This option name is \fB case-sensitive \fR .
122119
123120.TP
124- .B CORS
121+ .B cors
125122Specify the CORS configuration for \fB mod_tile \fR .
126123Only used by \fB mod_tile \fR .
127- This option name is \fB case-sensitive \fR .
128124
129125.TP
130- .B DESCRIPTION
126+ .B description
131127Specify the description to be provided by \fB mod_tile \fR as \fB TileJSON \fR (via \fB {URI}/tile-layer.json \fR ).
132128Only used by \fB mod_tile \fR .
133- This option name is \fB case-sensitive \fR .
134129
135130.TP
136131.B htcphost
@@ -143,28 +138,24 @@ Specify the IP address/hostname of the Host to be used by \fBrenderd\fR for HTCP
143138Only used by \fB renderd \fR .
144139
145140.TP
146- .B MAXZOOM
141+ .B maxzoom
147142Specify the maximum zoom level for this section.
148143The default value is \fB '20' \fR (macro definition \fB 'MAX_ZOOM' \fR ).
149- This option name is \fB case-sensitive \fR .
150144
151145.TP
152- .B MINZOOM
146+ .B minzoom
153147Specify the minimum zoom level for this section.
154148The default value is \fB '0' \fR .
155- This option name is \fB case-sensitive \fR .
156149
157150.TP
158- .B PARAMETERIZE_STYLE
151+ .B parameterize_style
159152Specify the parameterization style/function to be used for this section.
160153The value of \fB 'language' \fR seems to be the only one supported.
161- This option name is \fB case-sensitive \fR .
162154
163155.TP
164- .B SERVER_ALIAS
156+ .B server_alias
165157Specify a URL alias of this server to be provided by \fB mod_tile \fR as \fB TileJSON \fR (via \fB {URI}/tile-layer.json \fR ).
166158Only used by \fB mod_tile \fR .
167- This option name is \fB case-sensitive \fR .
168159
169160.TP
170161.B scale
@@ -173,10 +164,9 @@ Only used by \fBrenderd\fR.
173164The default value is \fB '1.0' \fR .
174165
175166.TP
176- .B TILEDIR
167+ .B tiledir
177168Specify the directory path into which tiles will be written by \fB renderd \fR .
178169The default value is \fB '/var/cache/renderd/tiles' \fR (macro definition \fB 'RENDERD_TILE_DIR' \fR ).
179- This option name is \fB case-sensitive \fR .
180170
181171.TP
182172.B tilesize
@@ -185,14 +175,12 @@ Only used by \fBrenderd\fR.
185175The default value is \fB '256' \fR .
186176
187177.TP
188- .B TYPE
178+ .B type
189179Specify the tile configuration (in the format \fB '<extension> <mime-type> <output-format>' \fR ) for this section (e.g. \fB 'png image/png png256' \fR ).
190- This option name is \fB case-sensitive \fR .
191180
192181.TP
193- .B URI
182+ .B uri
194183Specify the URI prefix with which tiles can be accessed for this section.
195- This option name is \fB case-sensitive \fR .
196184
197185.TP
198186.B xml
0 commit comments