Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tileserver-gl]

The tag has no usage guidance.

tileserver-gl
0 votes
0 answers
18 views

run tileserver-gl on a server without internet access Error

I am encountering an issue while trying to run tileserver-gl on a server without internet access. I have successfully set up tileserver-gl on other servers using a prepared folder with all necessary ...
Andreas's user avatar
0 votes
0 answers
51 views

Serving many MBTiles files using tileserver-gl

I am using tileserver-gl to serve tiles from MBTiles files, which are generated on a daily basis using tippecanoe. Every day a new MBTiles file is generated per a specific id (roughly 200 ids) and ...
RoeeHas's user avatar
0 votes
0 answers
44 views

Text across raster tiles with TileServer GL

I am using TileServer GL raster tiles, Sometimes, text displayed across tiles only appear on a part of the tiles. I have observed the same phenomenon on a server created using the following procedure, ...
kobat's user avatar
  • 11
0 votes
0 answers
55 views

Using osm/mbt file with TileServer GL

I'm currently trying to set up an own tile server with tileserver gl. The setup itself went pretty straight forward, but now I'm stuck during the import of the data. The data I want to use is ...
Veit Bjarsch's user avatar
0 votes
1 answer
72 views

tileserver-gl issue when running in container on gcloud behind nginx proxy

I have tileserver-gl running in a container on google cloud. So far everything is good. Success is indicated by being able to go to the tileserver-gl app page and see a preview of my data. Next I ...
Jake D's user avatar
  • 13
-1 votes
1 answer
134 views

tileserver-gl running within docker container - run error

I am building a Docker image using the below Dockerfile and the command "docker build -t tiler_test -f Dockerfile .". The building works fine. However when I try to run the Dockerfile with &...
Jake D's user avatar
  • 13
0 votes
0 answers
21 views

Website still sends HTTP request while configured to have all requests coverted to HTTPS in Apache script file

So we are setting up a website that involves displaying maps. We're generating customized mbtiles files using base mbtiles files from openmaptiles, and serving them with tileserver-Gl on our server. ...
Herbie's user avatar
  • 1
0 votes
1 answer
344 views

Multiple mbtiles serving on tileserver-gl and display on maplibre-gl-js

I am trying to display some historical buildings on openstreet map as "fill-extrusion". I created to .mbtiles file from openstreetmap data and succesfully serve it with tileserver-gl in ...
Abdullah Gürsoy's user avatar
0 votes
0 answers
44 views

How to select with rectangle box multiple points that come from tileserver GL

I have a tiled point dataset coming from tile server GL. This is how I load data onto open layers web map: var vectorTileLayer = new VectorTileLayer({ source: new VectorTileSource({ format: ...
Benas Pekarskis's user avatar
0 votes
0 answers
39 views

Difference when rendering maps among localhost and kubernetes env

I've been running a tileserver-gl to server maps renderization over kubernetes cluster. The problem is, I have a certain class of road (motorway_construction) that needs to be shown at any zoom level. ...
Felipe Mendes's user avatar
1 vote
1 answer
201 views

tileserver-gl + maplibre setup, map gets shown with no labels

I'm getting my data from geofabrik.de, render them using tilemaker, then I serve them using tileserver-gl and it by default uses maplibre. My styles are the default/example styles that tileserver uses ...
Amir's user avatar
  • 125
1 vote
0 answers
544 views

How to create two layered MbTiles for large featured files using Tippecanoe?

My requirement is to process 3+ millions of geojson data(Polygon feature) and visualize it on Map in a way that it should show Polygons on the highest zoom level(individual entity) and clusters(in ...
bharti godwani's user avatar
1 vote
1 answer
702 views

Tileserver-gl: Customization of Landing page and features with map for tileserver-gl on docker

This question may have already been answered somewhere, however, I can't find anything about it right away. I am currently working on building/implementing webpage on a server that contains a map. The ...
Buzzkillionair's user avatar
0 votes
0 answers
184 views

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 ...
m.piras's user avatar
  • 405
0 votes
1 answer
654 views

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 ...
Raphael10's user avatar
  • 2,992

15 30 50 per page