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.