Added tileMargin option to documentation
This commit is contained in:
parent
17a73b1d4a
commit
1445c545b0
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
Be careful when changing this value since there are hardware limits that need to be considered.
|
||||||
Default is ``2048``.
|
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``
|
``minRendererPoolSizes``
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue