Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 522 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 522 Bytes

VectorTileLayer

A Mapsui add-on to handle different vector tile and style formats.

This is work in progress and far from being perfect. Up to now, only OpenMapTiles formats could be handled. They are like MapboxGL formats, so it should be possible to read Mapbox GL formats too.

In the moment the symbols are rendered/layouted on the fly before drawing. This should go into an extra process, which is performed when the tiles are loaded. This should save a lot of time while drawing.