Questions tagged [tileserver-gl]
23 questions
0
votes
0 answers
Tileserver-gl with Varnish always giving Age: 0 for the pbf
I am using tileserver-gl and want to use Varnish to cache the tiles. Varnish is working with nginx, that is taking care of the SSL.
The pbf tiles return Age:0 in the header (and a MISS), while the Date and Expires headers keep their value between…

m.piras
- 345
- 1
- 2
- 19
0
votes
1 answer
TileServer GL : issue with port 8080
This is the current situation :
root@vmi1046457:~# sudo docker run --restart=always -it -d -v
/root/openmaptiles/data:/data -p 8080:80 maptiler/tileserver-gl
9cfafc58933b3e8080c27b92463d276d1c46b718d28a59665a8cb5a945ebb905
root@vmi1046457:~#…

Raphael10
- 2,508
- 7
- 22
- 50
0
votes
1 answer
How to serve TileServer-GL map tiles to Openlayers without throwing CORB error
I need to run an OpenLayers instance offline. I am trying to load map image tiles which I have downloaded from here. I am running TilerServer-GL docker image as specified in the documentation. I have a simple index.html file to display an OpenLayers…

Manodiestra
- 36
- 5
0
votes
1 answer
Secure tileserver-gl using ssl in centOS
I have sudo docker run -d --restart unless-stopped -it -v $(pwd):/data -p 81:80 maptiler/tileserver-gl running. I can access http://mypage.com:81 just fine. However, I wanted to access https://mypage.com:81. I have a valid certificate but it is…

lewis machilika
- 819
- 2
- 11
- 25
0
votes
1 answer
How to display custom styled vector tiles with Mapbox GL JS?
I am planning the development of a map service, where I'd like to display a list of markers on top of a custom "base layer" consisting in vector tiles rendered with TileServer-GL.
I understand that TileServer-GL render vector tiles based on an…

Thomas
- 38
- 5
0
votes
2 answers
/usr/bin/env 'node' Permission Denied
I installed Node V10.19.0 and tileserver-gl
I created a bash file in my home directory, by the name tileserver.sh
Which contain this code:
xvfb-run -a -s "-screen 0 1024x768x24" tilerserver-gl NewZeland.mbtiles
When I executed it works fine, and…

Subhan SA
- 1
- 1
- 2
-1
votes
1 answer
Implement tileserver-gl in NW.js desktop program?
Is there any way to make tileserver-gl working inside a desktop program so when the program start the tile server start with it

Muayd
- 15
- 3
-1
votes
2 answers
Mapbox - invalid tile order
I am working on my own tile server. I have weird problems with displaying tiles in the correct order. Tiles were created using OSM data.
When I use tileserver-gl-light as a tiles server everything seems to be ok, but when I try to serve tiles by my…

Marek Marczak
- 532
- 8
- 14