mapbox / vector-tile-cs

Parses vector tiles with C#.
BSD 3-Clause "New" or "Revised" License
57 stars 37 forks source link

Allow for lazy decoding #12

Closed wilhelmberg closed 8 years ago

wilhelmberg commented 8 years ago

Currently VectorTileReader.Decode(); processes the whole PBF at once -> all layers/features/properties are in memory at once.

While this might be useful for some situations we want to refactor for lazy decoding.