-
Same issue as https://github.com/maptiler/tileserver-gl/issues/315
I can't seem to run the tile server on my Ubuntu Impish machine.
```
~# sudo docker run --rm -it -v $(pwd):/data -p 1984:1984 …
-
OS: Debian 12 with nginx 1.22.1
Maptiler: maptiler-server 4.4.0 directly installed with .deb package
After installation I can proxy http://127.0.0.1:3650 to http:// or https://xxx.mydomain.com but…
wxrl updated
3 months ago
-
We are looking for a tutorial to implement a webcache in front of Tileserver-GL
We run tileserver-gl in a docker container with NGinw as a proxy.
We serve vector and raster maps.
There are pl…
-
Hello,
When starting the locally installed (`npm install -g tileserver-gl-light`) version, it starts up and serves the tiles correctly
```bash
$ tileserver-gl-light
Starting tileserver-gl-light…
-
Hello,
We are using tileserver-gl in a docker container.
After adding some monitoring we have detected that the container is crashing on its own without giving evident tracks/logs of what went w…
-
Hi,
I would like to ask if this is possible to use Tileserver-gl to show a map and overlay on the map my data (geographical points) from a Postgresql database.If yes,how is this possible?(I cannot fi…
-
Hello,
I'm not able to make tileserver-gl work, here is the warning, I'm using the freshly fetched `maptiler/tileserver-gl` docker image on a Ubuntu 18.04 server.
Steps to reproduce:
```
$ w…
-
I have built tileserver earlier and it was running fine. Recently I reboot the server and made an update. After the update I was not able to run Tileserver-GL. Its showing the following error
```
…
-
Investigate how to add/use a new endpoint `/styles` in tileserver-gl.
The goal is that when one opens maputnik, it shows all the styles hosted in tilserver so that one can easily change it and save i…
-
In https://github.com/klokantech/tileserver-gl/blob/master/docs/config.rst, the documentation is slightly outdated.
https://github.com/klokantech/tileserver-gl/blob/master/docs/config.rst is missin…