Added tileMargin option to documentation

This commit is contained in:
stefslon 2019-08-13 22:17:34 -04:00
parent 17a73b1d4a
commit 1445c545b0

View file

@ -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``
------------------------