Skip to content

First release

Compare
Choose a tag to compare
@chrusty chrusty released this 30 Jun 07:05
· 3 commits to main since this release
885d720

This is the first release of the library. The basic features are working:

  • Offers data structures for working with circles (points, circles, polygons)
  • All of these types can be validated against basic rules
  • Polygons can be generated from circles (with any number of edges)
  • Polygons can be rendered as GeoJSON geometries

Many thanks to https://github.com/gabzim/circle-to-polygon!