From c8a51893111381984e102d37f8105b21de25520e Mon Sep 17 00:00:00 2001 From: LEinfeldt Date: Sun, 15 Mar 2020 14:21:03 +0100 Subject: [PATCH] update docs for static map endpoints --- docs/endpoints.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 57361fd..aa55440 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -44,6 +44,9 @@ Static images * ``stroke`` - color of the path stroke * ``width`` - width of the stroke * ``padding`` - "percentage" padding for fitted endpoints (area-based and path autofit) + * ``marker=center`` - set a marker at the center of the map + * ``marker={lng},{lat}`` - set a marker at this location + * ``markers={lng},{lat}|{lng},{lat}|...`` - set several markers at given locations (same pattern as for ``path`` coordinates) * value of ``0.1`` means "add 10% size to each side to make sure the area of interest is nicely visible"