update docs for static map endpoints

This commit is contained in:
LEinfeldt 2020-03-15 14:21:03 +01:00
parent 275b486056
commit c8a5189311

View file

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