0

added a "changelist" option

This commit is contained in:
Andrew Brown
2012-03-06 23:37:29 -05:00
parent 1f7ccdaa93
commit fe55d5343c
4 changed files with 101 additions and 39 deletions

View File

@@ -426,6 +426,23 @@ values. The valid configuration keys are listed below.
'forcerender': True,
}
``changelist``
This is a string. It names a file where it will write out, one per line, the
path to tiles that have been updated. You can specify the same file for
multiple (or all) renders and they will all be written to the same file. The
file is cleared when The Overviewer starts.
This option is useful in conjunction with a simple upload script, to upload
the files that have changed.
.. warning::
A solution like ``rsync -a --delete`` is much better because it also
watches for tiles that should be *deleted*, which is impossible to
convey with the changelist option. If your map ever shrinks or you've
removed some tiles, you may need to do some manual deletion on the
remote side.
.. _customrendermodes:
Custom Rendermodes and Rendermode Primitives