From 9d1a2bf99553bd450dfb84c07b9cf32bcc962c3c Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Wed, 24 Aug 2016 14:20:42 +0200 Subject: [PATCH] Add note about tileserver-gl-light to docs --- docs/installation.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 86f7f34..f7da4b9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -9,11 +9,16 @@ When running docker image, no special installation is needed -- the docker will Just run ``docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl``. -NPM +npm === Just run ``npm install -g tileserver-gl``. +``tileserver-gl-light`` on npm +============================== + +Alternatively, you can use ``tileserver-gl-light`` package instead, which is pure javascript (does not have any native dependencies) and can run anywhere, but does not contain rasterization features. + From source ===========