From 1445c545b0de2846d94027f7bcdd7d1baa027165 Mon Sep 17 00:00:00 2001 From: stefslon Date: Tue, 13 Aug 2019 22:17:34 -0400 Subject: [PATCH] Added tileMargin option to documentation --- docs/config.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index ae82cbf..b7034af 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -96,6 +96,13 @@ Maximum image side length to be allowed to be rendered (including scale factor). Be careful when changing this value since there are hardware limits that need to be considered. Default is ``2048``. +``tileMargin`` +-------------- + +Additional image side length added during tile rendering that is cropped from the delivered tile. This is useful for resolving the issue with cropped labels, +but it does come with a performance degradation, because additional, adjacent vector tiles need to be loaded to genenrate a single tile. +Default is ``0`` to disable this processing. + ``minRendererPoolSizes`` ------------------------