Implement Right hand rule for polygons
- We ran into some polygons that broke the geojson right hand rule. This release adds functions to fix that on
PolygonCoordinates
andMultiPolygonCoordinates
- Improve toString on geojson classes to use the kotlinx serializer. This makes debugging less painful.