Releases: mapbox/geojson-vt-cpp
Releases · mapbox/geojson-vt-cpp
v6.1.3: Fix antimeridian wrapping (#57)
- Fix antimeridian wrapping
v6.1.2
v6.1.1
v6.1.0
v6.0.0
- 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
- 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
- Bump GLFW to v3.1.2.