From 9e7e5fc389fbf7950269db54bfc12b6583662871 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Mon, 22 Jan 2024 00:35:39 -0500 Subject: [PATCH] docs: add note about optional data tileSize Signed-off-by: Andrew Calcutt --- docs/endpoints.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 9b814ba..37050dc 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -92,12 +92,13 @@ Static images Source data =========== -* Source data are served at ``/data/{mbtiles}/{z}/{x}/{y}.{format}`` +* Source data are served at ``/data/{mbtiles}[/{tileSize}]/{z}/{x}/{y}.{format}`` * Format depends on the source file (usually ``png`` or ``pbf``) * ``geojson`` is also available (useful for inspecting the tiles) in case the original format is ``pbf`` + * The optional tile size ``/{tileSize}`` (ex. ``/256``, ``/512``) is ignored by the data endpoint, but is allowed for url consistency. * TileJSON at ``/data/{mbtiles}.json`` TileJSON arrays