Skip to content

flexpolyline 0.2.0

Choose a tag to compare

@munterfi munterfi released this 19 Dec 14:28
· 70 commits to master since this release
4f4ceec
  • Fix clang range-loop-analysis warning on macOS in flexpolyline.h (Apple clang version 12.0.0).
  • Support for geometry types "POLYGON" and "POINT" in encode_sf() and decode_sf(), closes #31.
  • Added functions to get (get_third_dimension()) and set (set_third_dimension()) the third dimension type of a flexible polyline encoded string.
  • Sign in to CodeFactor.io and add badge to continuously track code quality.
  • Use exception classes when throwing an exception in C++.
  • Improve coverage of tests.