Skip to content

Implement Right hand rule for polygons

Compare
Choose a tag to compare
@jillesvangurp jillesvangurp released this 23 Apr 08:27
· 183 commits to master since this release
  • We ran into some polygons that broke the geojson right hand rule. This release adds functions to fix that on PolygonCoordinates and MultiPolygonCoordinates
  • Improve toString on geojson classes to use the kotlinx serializer. This makes debugging less painful.