Added docs.
This commit is contained in:
parent
e94d294620
commit
09d6b78996
1 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ Example::
|
||||||
"pbfAlias": "pbf",
|
"pbfAlias": "pbf",
|
||||||
"serveAllFonts": false,
|
"serveAllFonts": false,
|
||||||
"serveAllStyles": false,
|
"serveAllStyles": false,
|
||||||
|
"serveAllData": false,
|
||||||
"serveStaticMaps": true,
|
"serveStaticMaps": true,
|
||||||
"tileMargin": 0
|
"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.
|
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.
|
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``
|
``watermark``
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue