|
Hi, thanks for this great project. I have a slightly out-of-scope question. Do you know of any way to convert the PBF (?) tile files generated by Tegola into rasterized images on the server? My goal would be to do the conversion at request time so that we could serve both raster and vector tiles, and have the styling be consistent. |
Answered by
ARolek
May 16, 2022
Replies: 2 comments 1 reply
|
@dwoznicki not really. Awhile back we were playing with building some bindings to MapboxGL Native but the project never stabilized. It is possible though, it just need someone to run with the rest of the build out and the subsequent maintenance. |
1 reply
Answer selected by
dwoznicki
|
You could possibly infer some ideas from how this is done in https://github.com/consbio/mbgl-renderer |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@dwoznicki not really. Awhile back we were playing with building some bindings to MapboxGL Native but the project never stabilized. It is possible though, it just need someone to run with the rest of the build out and the subsequent maintenance.