- Prevent rare situation where a feature with a command count of 0 would trigger an underflow while decoding a vector tile's geometry.
- Support for geometry v1.0.0
- Add support for QNX 7 compiler.
- Limit possibility rare situation where it might be possible to have an overflow or underflow of integers while decoding a vector tile's geometry
- Allow nulls from property parsing
- Several bug fixes around geometry parsing to prevent over allocation of memory.
- Added demo application showing usage of decoder
- Add decoder implementation
- expose a node.js-style
require()
so that other projects can dynamically determine the path to the headers, exactly where npm has decided to install them (sensitive to deduping).
#include
paths are now "quoted"package.json
for publishing.hpp
headers to npm
vector-tile
initial release, which includes enum classes referencing the Mapbox Vector Tile Specification protobuf tags. #2.