maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.19k stars 633 forks source link

feat: use `@jsse/pbfont` instead of `@mapbox/glyph-pbf-composite` #1294

Closed prashis closed 3 months ago

prashis commented 3 months ago
jessekrubin commented 3 months ago

How performant is this tile server? just curious.

acalcutt commented 3 months ago

I'd say performance it a tough thing to judge, and tileserver-gl has a lot of different configuration options that change performance. you can see an example of my server at https://tiles.wifidb.net , which is just npm running on a Ubuntu 22.04 virtual server with HA proxy in between, and a fallback server on a rasperry pie. the later pi is a bit slow rendering, but good for a backup/

Just a note on this PR. I am having a bit of issues with my permission on the repo, so it might take some time for me to get it fixed with maptiler and get this approved.