The Open Vector Layer class represents a layer in an Open Vector Tile. Contains an extent, name, version, and features. The features will utilize the layer extent to decode geometry.
the pbf protocol we are reading from
the position to stop at
the cache where all data is stored in a column format
should return OVectorFeature which is a type combining all 6 feature types
The index of the feature
The Open Vector Layer class represents a layer in an Open Vector Tile. Contains an extent, name, version, and features. The features will utilize the layer extent to decode geometry.