From 92d061596be299ed0184cc2bc4ec0b52f39a843a Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 15 Oct 2023 00:24:08 -0400 Subject: [PATCH] docs: update docs Signed-off-by: Andrew Calcutt --- docs/config.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index b5221a5..b9a531b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -16,8 +16,8 @@ Example: "sprites": "sprites", "icons": "icons", "styles": "styles", - "mbtiles": "", - "pmtiles": "" + "mbtiles": "data", + "pmtiles": "data" }, "domains": [ "localhost:8080", @@ -212,7 +212,7 @@ MBTiles ------- To specify that you want to use local mbtiles, use to following syntax: ``mbtiles://source1.mbtiles``. -The TileServer-GL will try to find the file ``source1.mbtiles`` in ``root`` + ``mbtiles`` path. +TileServer-GL will try to find the file ``source1.mbtiles`` in ``root`` + ``mbtiles`` path. For example:: @@ -231,8 +231,9 @@ PMTiles ------- To specify that you want to use local pmtiles, use to following syntax: ``pmtiles://source2.pmtiles``. +TileServer-GL will try to find the file ``source2.pmtiles`` in ``root`` + ``pmtiles`` path. + To specify that you want to use a url based pmtiles, use to following syntax: ``pmtiles://https://foo.lan/source3.pmtiles``. -The TileServer-GL will try to find the file ``source2.pmtiles`` in ``root`` + ``pmtiles`` path. For example::