| RENDER_LIST(1) | General Commands Manual | RENDER_LIST(1) |
render_list - renders a list of map tiles by sending requests to a rendering daemon.
render_list [options] < render.list
This manual page briefly documents the render_list command.
render_list is a helper utility that takes a list of map tiles from stdin and sends the requests to a rendering daemon
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.
The following options will be set (if present); however, they can be overridden if also specified:
-s|--socket
-n|--num-threads
-t|--tile-dir
-z|--min-zoom
-Z|--max-zoom
If you are using -a|--all, you can restrict the tile range by adding these options:
(please note that tile coordinates must be positive integers and are not latitude and longitude values)
-g|--min-lat=LATITUDE minimum latitude
-G|--max-lat=LATITUDE maximum latitude
-w|--min-lon=LONGITUDE minimum longitude
-W|--max-lon=LONGITUDE maximum longitude
-x|--min-x=X minimum X tile coordinate
-X|--max-x=X maximum X tile coordinate
-y|--min-y=Y minimum Y tile coordinate
-Y|--max-y=Y maximum Y tile coordinate
Without -a|--all, send a list of tiles to be rendered from
STDIN in the format:
X Y Z e.g.
0 0 1
0 1 1
1 0 1
1 1 1
The above would cause all 4 tiles at zoom 1 to be rendered
render_list was written by OpenStreetMap project members.
This manual page was written by OpenStreetMap authors.
| 2024-03-20 | mod_tile v0.8.0 |