File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,25 @@ Spatial K is a set of libraries for working with geospatial data in Kotlin inlcu
44a port of Turfjs written in pure Kotlin. It supports Kotlin Multiplatform and Java projects while also featuring a
55Kotlin DSL for building GeoJson objects.
66
7+ See the [ project site] ( https://dellisd.github.io/spatial-k ) form more info.
8+
79## Installation
810
911#### Java and Kotlin/JVM
1012
11- ``` groovy
13+ ``` kotlin
1214dependencies {
13- implementation "io.github.dellisd.spatialk:geojson:0.1.0"
14- implementation "io.github.dellisd.spatialk:turf:0.1.0"
15-
16- // Kotlin only
17- implementation "io.github.dellisd.spatialk:geojson-dsl:0.1.0"
15+ implementation(" io.github.dellisd.spatialk:geojson:0.1.1" )
16+ implementation(" io.github.dellisd.spatialk:turf:0.1.1" )
1817}
1918```
2019
2120#### Kotlin Multiplatform
22- ``` groovy
21+ ``` kotlin
2322commonMain {
2423 dependencies {
25- implementation "io.github.dellisd.spatialk:geojson:0.1.0"
26- implementation "io.github.dellisd.spatialk:turf:0.1.0"
27- implementation "io.github.dellisd.spatialk:geojson-dsl:0.1.0"
24+ implementation(" io.github.dellisd.spatialk:geojson:0.1.1" )
25+ implementation(" io.github.dellisd.spatialk:turf:0.1.1" )
2826 }
2927}
3028```
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ See below for constructing GeoJson objects using the DSL.
66
77## Installation
88
9+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.dellisd.spatialk/geojson )
910![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/s/io.github.dellisd.spatialk/geojson?server=https%3A%2F%2Foss.sonatype.org )
1011
1112=== "Kotlin"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The documentation for the ported functions can be found in the [API docs](api/tu
88
99## Installation
1010
11+ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.dellisd.spatialk/turf )
1112![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/s/io.github.dellisd.spatialk/turf?server=https%3A%2F%2Foss.sonatype.org )
1213
1314=== "Kotlin"
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33GROUP =io.github.dellisd.spatialk
4- VERSION_NAME =0.1.0
4+ VERSION_NAME =0.1.1
55
66POM_URL =https://github.com/dellisd/spatial-k
77POM_SCM_URL =https://github.com/dellisd/spatial-k
88POM_SCM_CONNECTION =scm:git:git://github.com/dellisd/spatial-k.git
99POM_SCM_DEV_CONNECTION =scm:git:git://github.com/dellisd/spatial-k.git
1010
11- POM_LICENSE_NAME =MIT License
12- POM_LICENSE_URL =https://opensource.org/licenses/MIT
13- POM_LICENSE_DIST =repo
11+ POM_LICENCE_NAME =MIT License
12+ POM_LICENCE_URL =https://opensource.org/licenses/MIT
13+ POM_LICENCE_DIST =repo
1414
1515POM_DEVELOPER_ID =dellisd
1616POM_DEVELOPER_NAME =Derek Ellis
You can’t perform that action at this time.
0 commit comments