-
I'm rendering static images based on web ui map and have encountered a minor difference between the renderings: **the zoom level seems to differ by 1**
I'm using docker image klokantech/tileserver-…
-
**Is your feature request related to a problem? Please describe.**
PMTiles are becoming an increasingly popular way of hosting map tile data because of its relative ease in setting up and maintaining…
-
I'm using tileserver-gl v3.0.0 with node v10.20.1
It works fine using `osm-2017-07-03-v3.6.1-europe_italy.mbtiles`
but not with maps downloaded from http://osmlab.github.io/osm-qa-tiles/
I on…
-
もう一度 `tileserver-gl-light 4-4-30.mbtiles` を実行すると違うエラーが表示された
パーミッションに問題がありそうだと言うことがわかる
試しに ls -l コマンドを実行すると "operation not permitted"と表示された
![image](https://user-images.githubusercontent.com/5788528…
-
I've have a complicated layer created from all UK footpaths, inland waters, road, etc. Tippecanoe works fine for zoom levels 4-6 and 8-15, but at 7 and 8 it does something extremely weird - see image.…
SH801 updated
8 months ago
-
Hey all, when running tileserver-gl in docker: after a while the whole host become either completely unresponsive or restart.
This is quite systematic and happens within 30mn-2h of the start of the…
-
Also, figure out how we're supposed to plumb it around. I can get the key out of Github just fine, but ultimately it winds up in the JS served to the user. Someone could trivially sniff the HTTP reque…
-
Hi,
So I'm using docker-compose for my maps server,
I downloaded two file of mbtiles and
**My docker-compose file is :**
`version: '3.4'`
`services:`
`openmaptiles:`
` image: klokantech/…
ghost updated
6 years ago
-
I have a simple ubuntu server and when I run the following command:
`docker run --rm -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl` I get this error:
```Error: listen EACCES: permission de…
-
The initial loading/drawing of the map fails, because of a "dem dimension mismatch".
When debugging I saw that sometimes this.dim = 512, while borderTile.dim = 256.
However there is only one .mbtile…