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.24k stars 639 forks source link

Can multiple glyphs be merged with Buffer.concat? #25

Closed jingsam closed 8 years ago

jingsam commented 8 years ago

https://github.com/klokantech/tileserver-gl/blob/master/src/serve_font.js#L49

This is just a question. I see you just concat the buffer of multiple glyphs with Buffer.concat(). Does the pbf format allow us to do this?

klokan commented 8 years ago

Yes it does. Try it. ;-)