Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Releases: mapbox/geojson-vt-cpp

v6.6.5

Choose a tag to compare

@pozdnyakov pozdnyakov released this 12 May 07:58

Fixed clipping of a line string with a node at the tile border #92

v6.6.4

Choose a tag to compare

@alexshalamov alexshalamov released this 11 Aug 14:44
1c0e989

Use google benchmarks and fix minor performance issues. #91

v6.6.3

Choose a tag to compare

@brunoabinader brunoabinader released this 08 Nov 19:51

Dependency updates:

  • geometry.hpp v1.0.0
  • geojson.hpp v0.4.3

v6.6.2: fix a polygon clipping edge case

Choose a tag to compare

@mourner mourner released this 29 Oct 11:41

Fixed an edge case with polygon clipping. #83

v6.6.1

Choose a tag to compare

@kkaefer kkaefer released this 05 Sep 14:03

Use ::hypot from libc instead of the STL version to increase compatibility

v6.6.0

Choose a tag to compare

@pozdnyakov pozdnyakov released this 06 Aug 09:03

Enable line metrics.

v6.5.1

Choose a tag to compare

@nagineni nagineni released this 26 Jul 14:33

Includes OSX build fixes.

v6.5.0

Choose a tag to compare

@nagineni nagineni released this 24 Jul 08:50

Includes build fixes for QNX 7 compiler.

v6.4.0

Choose a tag to compare

@mourner mourner released this 22 Jun 16:20
  • 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

Choose a tag to compare

@asheemmamoowala asheemmamoowala released this 26 Sep 18:05
  • Add method to create a single-tile index mapbox::geojson::geoJSONToTile()