Skip to content

Tags: hmtriit/geojson-vt-cpp

Tags

v6.6.5

Toggle v6.6.5's commit message
Fix a line clipping edge case

Fix the edge case when a line string enters the clip region from outside and has a node exactly on the clip region border.
Before, the node on the border was skipped, which caused wrong line metrics estimation.

v6.6.4

Toggle v6.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use google benchmarks and fix minor performance issues (mapbox#91)

* Convert benchmarks to google benchmark

* Reserve container sizes and emplace elements

* Update xcode version for macOS bot

* Don't copy properties during index generation

* Move clipped rings

v6.6.3

Toggle v6.6.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update to geometry v1.0.0 & geojson v0.4.3

v6.6.2

Toggle v6.6.2's commit message
fix a polygon clipping edge case

Port of mapbox/geojson-vt@2ba995a

v6.6.1

Toggle v6.6.1's commit message
use ::hypot from libc instead of the STL version

v6.6.0

Toggle v6.6.0's commit message
Add a line metrics test for a single tile

This patch also fixes buffer rounding in `geoJSONToTile()`.

Based on patch from @lbud (Lauren Budorick).

v6.5.1

Toggle v6.5.1's commit message
Fix compilation errors on OSX (mapbox#77)

This fixes compilation errors on OSX when -Werror,
-Wshorten-64-to-32 flags are passed to the compiler.

v6.5.0

Toggle v6.5.0's commit message
Update geometry to v0.9.3

v6.4.0

Toggle v6.4.0's commit message
formatting fixes with make format

6.3.0

Toggle 6.3.0's commit message
inline geoJSONToTile()