From c4a40fc3f1951bfa80d421c31b7b5d25eed21f08 Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Fri, 2 Feb 2024 10:05:10 -0500 Subject: [PATCH] docs: update tilesize info for index.json and rendered.json --- docs/endpoints.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/endpoints.rst b/docs/endpoints.rst index 7562813..093b6d8 100644 --- a/docs/endpoints.rst +++ b/docs/endpoints.rst @@ -102,7 +102,9 @@ Source data TileJSON arrays =============== -Array of all TileJSONs is at ``/index.json`` (``/rendered.json``; ``/data.json``) +Array of all TileJSONs is at ``[/{tileSize}]/index.json`` (``[/{tileSize}]/rendered.json``; ``/data.json``) + + * The optional tile size ``/{tileSize}`` (ex. ``/256``, ``/512``). if omitted, tileSize defaults to 256. List of available fonts =======================