-
## Description
I've added my own tile server to OsmAnd+ with an expire time of one minute. Though changing the tiles on the tileserver will not get reflected on the app even after five minutes.
I fo…
-
When trying to get the latest Docker image (`v4.6.2`) running with
```bash
docker run --rm -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl
```
it crashes with the following error:
```erro…
-
With the following config.json and mystyle.json (relevant fragments) 4.5.1 displays nice map,
while after updated to 4.6.0 it emits errors for glyphs and fonts and does not display vector map at …
-
```bash
sudo docker run --rm -it -v $(pwd)/data/mbtiles:/data -p 9001:80 maptiler/tileserver-gl -C
```
In the latest version, if the option "-C" is added, the service cannot be accessed. The v3…
-
Hi, in https://github.com/maptiler/tileserver-gl/blob/master/src/server.js#L540
the code has changed from
```
style.id = id;
style.name = (serving.styles[id] || serving.rendered[id]).name;
st…
-
Hello,
we observe a strange rendering error when using static maps rendering (tileserver-gl + maplibre-native. Using maplibre-js doesn't show this effect) with some regions. E.g the venetian lagoon h…
-
*(This is a meta-issue, I hope we can create more performance related issues and documentation over time)*
As graphics programmer, I have the task of adding animations to our maps to make our web-p…
ghost updated
10 months ago
-
I was unable to generate multiple paths with different styles in one URL.
All paths seem to use the styling of the last path (in this case ``stroke:blue``, ``width:3`` and ``fill:red``).
**URL que…
-
**Describe the bug**
In the generated planet.mbtiles, not all tiles are present.
**To Reproduce**
1. Run current full planet gen.
2. Open sqlite3 planet.mbtiles
```
sqlite> select count(*) fro…
-
Hi Michel,
I've tried to install and run your application but it seems there's an issue with some dependencies. Anyway you could have a look ?
Regards,
Ben