Closed jingsam closed 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?
Yes it does. Try it. ;-)
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?