Releases: cubao/geobuf-cpp
Releases · cubao/geobuf-cpp
v0.1.2
- Fix round geojson-non-geometry, should be recursive
v0.1.1
- benchmark (speed: cpp > js > python)
- normalize json round geometry/non-geometry parts
- sort keys in encoding geobuf
v0.1.0
- round z in geobuf encoding
- round rapidjson
v0.0.9
- Export to geobuf with only xy (no z),
only_xy=False
- Geobuf property keys are sorted now!
v0.0.8
- Integrate geobuf into geojson!
v0.0.7
- More bindings, more tests
v0.0.6
- More bindings, more tests
- Some fixes
v0.0.5
- Add windows version
- Add cli interface
v0.0.4
- Use GitHub workflow to release to pypi
- Setup CI
more bindings, more tests
Tzx/0124 (#5) * update headers * some bindings * export geojson * deepcopy for geometry type * update * update * why properties value::object_type is opaque? * module local * a bug in to_rapidjson * okay on linux, not okay on macos??? * fix bug * release version * clean code Co-authored-by: TANG ZHIXIONG <[email protected]>