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.
If you are using --all, you can restrict the tile range by adding
these options:
-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 --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.
April 25, 2013 |