spatial-k
spatial-k copied to clipboard
Spatial K - A set of Kotlin Multiplatform Libraries for working with geospatial data
Hello! This is a fantastic project! I noticed that the Turf docs give 404 not found, like this one: https://dellisd.github.io/spatial-k/api/turf/turf/io.github.dellisd.spatialk.turf/length/ I think all of them are broken like that. I...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.dokka](https://redirect.github.com/Kotlin/dokka) | `1.9.10` -> `2.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
I'm using this library in a Compose Multiplatform app, and am experimenting with browser support. Here I add a wasmJs target to the geojson module.
I'm trying to create a JS library from my Shared Package that uses spatiak-k `FeatureCollection` but when looking at the generated type the names get lost and casted as `any`...