Releases: mapbox/geojson-vt-cpp
Releases · mapbox/geojson-vt-cpp
v6.6.5
Fixed clipping of a line string with a node at the tile border #92
v6.6.4
Use google benchmarks and fix minor performance issues. #91
v6.6.3
Dependency updates:
- geometry.hpp v1.0.0
- geojson.hpp v0.4.3
v6.6.2: fix a polygon clipping edge case
Fixed an edge case with polygon clipping. #83
v6.6.1
Use ::hypot
from libc instead of the STL version to increase compatibility
v6.5.1
Includes OSX build fixes.
v6.5.0
Includes build fixes for QNX 7 compiler.
v6.4.0
- Removed solid tile heuristics which weren't very useful (JS parity)
- More consistent clipping when buffer is 0 (JS parity)
- Slightly improved memory use (-16 bytes per tile)
v6.3.0
- Add method to create a single-tile index
mapbox::geojson::geoJSONToTile()