I think that the project is ripe enough for built-in vector tile rendering support. I recently wrote the vector tile rendering engine in C#/.Net and it has a demo that loads vector tiles and shows them on the map. However the demo uses rasterizing to convert vector into raster. With the greatmaps community contribution, one can make a full native implementation of vector tiles that doesn't need rasterization.
Hi.
I think that the project is ripe enough for built-in vector tile rendering support. I recently wrote the vector tile rendering engine in C#/.Net and it has a demo that loads vector tiles and shows them on the map. However the demo uses rasterizing to convert vector into raster. With the greatmaps community contribution, one can make a full native implementation of vector tiles that doesn't need rasterization.
Please check it out and let me know what you think. https://github.com/AliFlux/VectorTileRenderer