From 53c7667671d6d67c557e16d6a59007e180154619 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Mon, 22 Jan 2024 02:32:33 -0500 Subject: [PATCH] docs: add optional tilesize to TileJSON Signed-off-by: Andrew Calcutt --- docs/endpoints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 72dd068..7562813 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -18,7 +18,7 @@ Rendered tiles * The optional ratio ``@2x`` (ex. ``@2x``, ``@3x``, ``@4x``) part can be used to render HiDPI (retina) tiles * The optional tile size ``/{tileSize}`` (ex. ``/256``, ``/512``). if omitted, tileSize defaults to 256. * Available formats: ``png``, ``jpg`` (``jpeg``), ``webp`` - * TileJSON at ``/styles/{id}.json`` + * TileJSON at ``/styles[/{tileSize}]/{id}.json`` * The rendered tiles are not available in the ``tileserver-gl-light`` version.