-
Hello i followed your converting script.
Now I have the same result as you. The raw vektor data. Is it somehow possible to apply the provided styles that the map looks like here:
![image](http…
-
Docker compose file includes pgtileserv. We could also include an 'app' container that consumes those tiles, using a config defined in `/mapping` folder. Basically just move https://github.com/smnorri…
-
Hi there,
I am trying to build a tileserver that reads geojson and serve tiles
I started by reading the json file:
```go
geojsonData, err := ioutil.ReadFile("./data/large_data.geojson")
```
…
-
When I do
```
podman pull maptiler/tileserver-gl:v4.4.1
```
as a NON-root user, (or any newer version of tileserver-gl) I get an error with podman:
```
Error: copying system image from manifest…
-
![DodgeLetterbooks Screenshot](https://user-images.githubusercontent.com/26741637/78685639-061f7400-78c0-11ea-89a6-54ccffd3a308.png)
Transcriber reports black squares appearing in some images when …
-
I can get the example working from the examples folder. However i have tried everything with my custom data (even truncated to a minimum of 2 points with precision of 7)... and still I'm unable to dis…
-
When deploying with updated traefik options, I got this error during `mrsk deploy`
```
Ensure Traefik is running...
INFO [3253ca90] Running docker run --name traefik --detach --restart unless-s…
-
Using default tag: latest
latest: Pulling from maptiler/tileserver-gl
Digest: sha256:83805ff4b99fdff245fde45ca21e9f8b816ef33cc9dbb446e28a27ac5845a50c
Status: Image is up to date for maptiler/tilese…
-
I've built and run a Docker container based off RHEL ubi8 image (don't ask, but we are constrained to these base images) and installed all necessary packages using **yum** including **mesa-libEGL** an…
-
Hi lambdajack
in your README.md file there is the line:
docker run --rm -it -v $(pwd)/data/out:/data -p 8080:80 maptiler/tileserver-gl
should not it be 8080:8080 instead of 8080:80 ? At least, I c…