docs: add note about optional data tileSize

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2024-01-22 00:35:39 -05:00
parent 7a0a03d2aa
commit 9e7e5fc389

View file

@ -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