From e16de39b93284b83b7dacfb264d8afaee44ab86b Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Wed, 11 Mar 2020 13:43:23 +0100 Subject: [PATCH] Minor documentation update --- docs/usage.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 18344e9..d96da38 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -23,8 +23,14 @@ Getting started -v, --version Version info -Default styles and configuration +Default preview style and configuration ====== -- If no configuration file is specified, the default styles (compatible with openmaptiles) are used. -- If no mbtiles file is specified (and is not found in the current working directory), an extract is downloaded directly from https://openmaptiles.org/ +- If no configuration file is specified, a default preview style (compatible with openmaptiles) is used. +- If no mbtiles file is specified (and is not found in the current working directory), a sample file is downloaded (showing the Zurich area) + +Reloading configuration +====== + +It is possible to reload the configuration file without restarting the whole process by sending a SIGHUP signal to the node process. +However, this does not currently work when running the tileserver-gl docker container (the signal is not passed to the subprocess, see https://github.com/maptiler/tileserver-gl/issues/420#issuecomment-597507663).