radioman / greatmaps

GMap.NET - Great Maps for Windows Forms & Presentation
916 stars 410 forks source link

Vector Map support #86

Open AliFlux opened 6 years ago

AliFlux commented 6 years ago

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.

strip

Please check it out and let me know what you think. https://github.com/AliFlux/VectorTileRenderer

radioman commented 6 years ago

thanks for sharing!