dellisd / spatial-k

Spatial K - A set of Kotlin Multiplatform Libraries for working with geospatial data
https://dellisd.github.io/spatial-k
MIT License
67 stars 12 forks source link

Measurement - greatCircle #131

Closed elcolto closed 7 months ago

elcolto commented 7 months ago

https://github.com/dellisd/spatial-k/issues/18

Port (likely c&p) from turfjs. Return type of the function is sealed class Geometry but only can be LineString or MultiLineString Didn't copy the test geojson resource as the Kotlin double is more precise to decimal places. Added simplified test

elcolto commented 7 months ago

Add several Suppress annotations for detekt issues. I think it would increase complexity when trying to resolve them by force

dellisd commented 7 months ago

I should really just get rid of Detekt