-
Whenever connection to the server is established, a command need to be sent to the server (some kind of configuration command) that need to be sent on priority basis (before any other offline commands…
-
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 …
-
I'm trying to use SIGHUP to reload the configuration file without success.
Looking at code (run.sh), it seems to me that SIGHUP is not forwarded to the server. Thus I've added the followings:
` _re…
-
I has try to modified mapbox studio bright style, and downloaded, but i don't know how to change on style on tileserver-gl-light. Any help?
-
Hello folks,
i want to inquire about column based privileges for tables. I will illustrate using and example.
I have a table and would like to expose all all but certain columns
```
\d z…
-
Si on relance la VM, [update_glstyle.sh](https://github.com/utagawal/MTBmaptiles/blob/main/update_glstyle.sh) ne lance pas le docker de tileserver-gl
-
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,
I'm using tileserver-gl 2.6.0 with docker lokantech/tileserver-gl and I'm noticing a very high memory consumption every time I use the static service.
The problem is not the use of memory…
-
Im running tileserver-gl with docker:
`docker run --rm -it -v /webmap/:/data -p 8080:8080 maptiler/tileserver-gl`
My config file:
`{
"data": {
"Goldfields": {
"mbtiles": "Goldf…
-
Using an MVT background results in poor map performance, especially on low-end office hardware (i3-9100 on my test machine, I've also tested on an I9-12900K for good measure, it's get better but not a…