From 296524a86420ab9d0773adb0b32927c8c90f0a2a Mon Sep 17 00:00:00 2001 From: Craig Kochis Date: Thu, 5 Oct 2023 11:08:42 -0400 Subject: [PATCH] chore: update docs Signed-off-by: Craig Kochis --- docs/config.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 2164080..04dc928 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -140,7 +140,13 @@ It is recommended to also use the ``serveAllFonts`` option when using this optio ----------- Optional string to be rendered into the raster tiles (and static maps) as watermark (bottom-left corner). -Can be used for hard-coding attributions etc. (can also be specified per-style). +Not used by default. + +``staticAttributionText`` +----------- + +Optional string to be rendered in the static images endpoint. Text will be rendered in the bottom-right corner, +and styled similar to attribution on web-based maps (text only, links not supported). Not used by default. ``allowRemoteMarkerIcons``