spatial-k icon indicating copy to clipboard operation
spatial-k copied to clipboard

Spatial K - A set of Kotlin Multiplatform Libraries for working with geospatial data

Results 74 spatial-k issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/2.0.0?slim=true)](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`...