docs: add note about optional data tileSize
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
7a0a03d2aa
commit
9e7e5fc389
1 changed files with 2 additions and 1 deletions
|
|
@ -92,12 +92,13 @@ Static images
|
||||||
|
|
||||||
Source data
|
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``)
|
* 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``
|
* ``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 at ``/data/{mbtiles}.json``
|
||||||
|
|
||||||
TileJSON arrays
|
TileJSON arrays
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue