Questions tagged [tileserver-gl]
23 questions
4
votes
1 answer
How to serve multiple .pbf files instead of .mbtiles with TileServer-GL or OpenMapTiles server as vector tiles into Google Maps with Deck.GL MVTLayer?
Summary
I have .geojson files and want to convert them (with tippecanoe / geobuf / other) to .mbtiles or .pbf files to serve them as vector tiles from a server (TileServer-GL / OpenMapTiles / other vector tile server) into Google Maps with Deck.GL's…

Florin Vîrdol
- 395
- 2
- 10
- 28
2
votes
0 answers
Cross-Origin Read Blocking when trying to run a local tileserver map displayed using react-leaflet
I cannot get react-leaflet to display a map from a local maptiler server. I can however get the following simple leaflet code displaying the maptiler map:
var mymap = L.map('mapid').setView([47.3769, 8.5417],…

Frikster
- 2,755
- 5
- 37
- 71
2
votes
0 answers
How to overlay a satellite mbtiles over a regular OSM map?
I'm using klokantech tileserver gl to serve OSM maps. These maps are consumed by a frontend developed using Vue and vue-leaflet. The OSM world mbtiles file works perfectly with the default config from klokan.
An asked evolution of the system is to…

Corentin Donzelli
- 73
- 5
2
votes
2 answers
Use tileserver-gl host in qt map
I've setup a local tile server to use with my application but when I create my QML Map object and specify the plugin to use a custom host, the application does not use the local tiles. Cycling through supportedMapTypes and setting the activeMapType…

HotWax
- 83
- 8
2
votes
1 answer
Using Kubernetes for TileServer-GL with custom config and style files
How can I add a custom config.json and add a custom style /styles/custom.json to tileserver-gl using Kubernetes? Here is what I have so far for my kubernetes manifest file. Tileserver-gl is up and running fine but I do not see my custom theme that I…

stevetronix
- 1,231
- 2
- 16
- 32
1
vote
0 answers
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 form of bubbles/circles may be) on the lower zoom…

bharti godwani
- 11
- 2
1
vote
1 answer
How to Determine Zoom Height to Request a Tile From a WMTS Server
I am setting up a WMTS client to consume tiles from tileserver.php.
To request a tile I need to pass in the identifier/layer, the zoom height, the col and row to the WMTS RESTful server and it will return the tile.
e.g. http://my…

scott_f
- 838
- 8
- 17
1
vote
1 answer
GetCapabilities Query for TileServer Returns Malformed JSON
I have installed TileServer.php. When I navigate to it, I can see my tiles (so it's working).
My issue is when I query for the getCapabilities file the resulting json file is malformed.
The json is prefixed with part of the query string at the start…

scott_f
- 838
- 8
- 17
1
vote
1 answer
Secure Tileserver-GL on Ubuntu 20.04
I am using Tileserver-GL through Docker (on port 10001) and passing it through a reverse proxy with NGINX. I have it working so that I can reach the home page of tileserver-GL at a.cube-kokomo.com, but all of the links on the page give me a 404…

AThomspon
- 135
- 12
1
vote
1 answer
add custom markers on klokantech/tileserver-gl
From (https://hub.docker.com/r/klokantech/tileserver-gl) i am able to run docker run --rm -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl successfully and serve the map on localhost. However, I want to add custom markers when I click on the…

lewis machilika
- 819
- 2
- 11
- 25
1
vote
0 answers
Can't run command in bat file as same as running on windows console
I'm trying to run a docker container which has mapserver/tileserver. While running command with cmd, the command finds the right map to run but when same command run with bat file it is goes to it's default map and runs that map. How can I make my…

Jiraiya
- 101
- 1
- 9
0
votes
0 answers
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 in its example here, which are osm-bright and…

someone
- 63
- 1
- 4
0
votes
0 answers
How to import data of missing addresses into OSM local TileServer?
How to import data of missing addresses into OSM local TileServer?
I am having local TileServer GL/OpenMapTiles on Ubuntu 20.04. Installed by this guidline: https://www.linuxbabe.com/ubuntu/basemap-tileserver-gl-openmaptiles-ubuntu-22-04
Maps…
0
votes
1 answer
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 user should then be able to add markers to this…

Buzzkillionair
- 319
- 3
- 18
0
votes
0 answers
How can I add secure web headers to TileServer-GL Docker based deployment
I am running Tileserver-GL on docker with custom mbtiles and it has been working great. I have a recent requirement to add web security headers to the responses coming from the tile server. I don't see any direct configuration flag on the…

arbermejo
- 106
- 5