Added docs.

This commit is contained in:
Rohit Sharma 2020-06-11 15:58:44 +02:00
parent e94d294620
commit 09d6b78996

View file

@ -28,6 +28,7 @@ Example::
"pbfAlias": "pbf",
"serveAllFonts": false,
"serveAllStyles": false,
"serveAllData": false,
"serveStaticMaps": true,
"tileMargin": 0
},
@ -132,6 +133,12 @@ If this option is enabled, all the styles from the ``paths.styles`` will be serv
The process will also watch for changes in this directory and remove/add more styles dynamically.
It is recommended to also use the ``serveAllFonts`` option when using this option.
``serveAllData``
------------------------
Similar to ``serveAllStyles`` above, if this option is enabled, all the tiles from the ``paths.mbtiles`` will be served. (No recursion, only ``.mbtiles`` files are used.)
The process will also watch for changes in this directory and remove/add more tiles dynamically.
``watermark``
-----------