▲ | gregoriol 3 months ago | ||||||||||||||||
Is there a tool to capture vector tiles to raster files? Some tools like Apple's MapKit don't support vector tiles yet, and it could be interesting to use one single map base and be able to just generate the raster, instead of having a specific raster server | |||||||||||||||||
▲ | durkie 3 months ago | parent | next [-] | ||||||||||||||||
Something like https://github.com/maptiler/tileserver-gl can serve raster tiles from a vector tile dataset | |||||||||||||||||
▲ | fingerlocks 3 months ago | parent | prev | next [-] | ||||||||||||||||
Apple’s MapKit most definitely supports vector tiles, because you are given a CGContext to draw with. You just have to implement the MVT spec (it’s small) | |||||||||||||||||
| |||||||||||||||||
▲ | chris_wot 3 months ago | parent | prev [-] | ||||||||||||||||
I am absolutely amazed that Apple don't support this yet. I had thought mapping was a competitive advantage for them... |