From 4ad9cbc6457a290bf8d7d5c5dba39328f3311088 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Wed, 27 Sep 2023 01:12:07 -0400 Subject: [PATCH] docs: try to fix formatting Signed-off-by: Andrew Calcutt --- docs/endpoints.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 4a9b577..8310cea 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -46,6 +46,7 @@ Static images * Match pattern with options ``((fill|stroke|width)\:[^\|]+\|)*((enc:.+)|((-?\d+\.?\d*,-?\d+\.?\d*\|)+(-?\d+\.?\d*,-?\d+\.?\d*)))`` + * ``((fill|stroke|width)\:[^\|]+\|)*((enc:.+)|((-?\d+\.?\d*,-?\d+\.?\d*\|)+(-?\d+\.?\d*,-?\d+\.?\d*)))`` * e.g. ``path=stroke:yellow|width:2|fill:green|5.9,45.8|5.9,47.8|10.5,47.8|10.5,45.8|5.9,45.8`` or ``stroke:blue|enc:_p~iF~ps|U_ulLnnqC_mqNvxq`@`` * 'enc:' is specified in `Google Encoded Polyline Format `. If used, the rest of the path parameter is considered to be part of the encoded polyline string -- do not specify the coordinate pairs. * ``latlng`` - indicates coordinates are in ``lat,lng`` order rather than the usual ``lng,lat``