From bafc1fd93ace69aed304049a7305718019a0d0bf Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 15 Mar 2012 22:00:49 -0400 Subject: [PATCH] corrected the caveat note for the crop option --- docs/config.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index a1370d7..52c0cca 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -394,8 +394,13 @@ values. The valid configuration keys are listed below. True`` to that render's configuration) For reductions to the bounds, you will need to render your map at least - once with the :option:`--check-tiles` mode activated so that tiles that - should no longer exist will be detected and deleted. + once with the :option:`--check-tiles` mode activated, and then once with + the :option:`--forcerender` option. The first run will go and delete tiles that + should no longer exist, while the second will render the tiles around + the edge properly. + + Sorry there's no better way to handle these cases at the moment. It's a + tricky problem and nobody has devoted the effort to solve it yet. ``forcerender`` This is a boolean. If set to ``True`` (or any non-false value) then this