From 8d3704c021bed52e9fe9187f5a3717948e401541 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Sun, 8 Jan 2023 20:48:48 +0530 Subject: [PATCH] docs: update documentation Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- docs/endpoints.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index c4a0c7f..1dffb41 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -39,6 +39,8 @@ Static images * e.g. ``5.9,45.8|5.9,47.8|10.5,47.8|10.5,45.8|5.9,45.8`` * can be provided multiple times + * or pass the path as per [Maptiler Cloud API](https://docs.maptiler.com/cloud/api/static-maps/) + * Match pattern: ((fill|stroke|width)\:[^\|]+\|)*((enc:.+)|((-?\d+\.?\d*,-?\d+\.?\d*\|)+(-?\d+\.?\d*,-?\d+\.?\d*))) * ``latlng`` - indicates coordinates are in ``lat,lng`` order rather than the usual ``lng,lat`` * ``fill`` - color to use as the fill (e.g. ``red``, ``rgba(255,255,255,0.5)``, ``#0000ff``)