Closed wilhelmberg closed 8 years ago
Currently VectorTileReader.Decode(); processes the whole PBF at once -> all layers/features/properties are in memory at once.
VectorTileReader.Decode();
While this might be useful for some situations we want to refactor for lazy decoding.
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.