Skip to content

Releases: mapbox/geojson-vt-cpp

v6.1.3: Fix antimeridian wrapping (#57)

19 Aug 12:21
Compare
Choose a tag to compare
  • Fix antimeridian wrapping

v6.1.2

26 Jul 13:12
Compare
Choose a tag to compare
  • Fixed overflow on max zoom levels higher than 18

v6.1.1

26 Jul 08:59
Compare
Choose a tag to compare
  • Fixed a nasty line clipping bug.

v6.1.0

26 Jul 08:58
Compare
Choose a tag to compare
  • More flexible constructor (now accepts mapbox::geojson::geojson in addition to feature_collection)
  • Geometry collections are now split into separate features in output tiles
  • Updated geometry.hpp to 0.8.0

v6.0.0

26 Jul 08:57
Compare
Choose a tag to compare
  • Breaking: GeoJSONVT now expects geometry.hpp input instead of raw GeoJSON; the conversion code now lives in geojson-cpp
  • Added proper support for feature properties of any type (the values were converted to strings before)

v5.0.0

04 May 19:53
Compare
Choose a tag to compare
  • Ported codebase to start using https://github.com/mapbox/geometry.hpp@0.1.0
  • Optimizations to avoid copying of objects
  • Now testing on travis OS X
  • Now testing with -faddress=sanitize on travis linux builds
  • Added a command line benchmark program make bench
  • Started suppressing warnings from third party libraries to enable more warnings for core lib

v4.1.2

14 Apr 16:14
Compare
Choose a tag to compare
  • Bump GLFW to v3.1.2.

v4.1.1

14 Apr 17:39
Compare
Choose a tag to compare
  • Fix cross-compiling between OS X and Linux
  • Remove std::move in favor of compiler optimizations
  • Improve constructors to accept const references to avoid extra copy

v4.1.0

30 Mar 19:14
Compare
Choose a tag to compare
  • make options member of GeoJSONVT public

v4.0.0

30 Mar 00:01
Compare
Choose a tag to compare
  • bump default maxZoom to 18
  • buffer option is now an unsigned 16bit integer