Skip to content

Releases: formation-res/overpass-kotlin-client

wasm js support

28 Oct 08:23
Compare
Choose a tag to compare
  • ktor client 3.0
  • fix logging client
  • adds wasmjs support

0.3.0: - update to kotlin 2.0.20

28 Oct 08:20
Compare
Choose a tag to compare

Multi platform suppport

misc improvements

17 Mar 12:41
Compare
Choose a tag to compare

Full Changelog: 0.1...v0.2

Simple overpass client with geojson conversion

21 Aug 05:45
Compare
Choose a tag to compare
  • Kotlin multiplatform and uses ktor client & kotlinx serialization. Currently has JVM and JS targets. Native targets for whatever should just work if you need that.
  • Response parser for json output from overpass
  • Conversion to geojson for nodes & ways. Relations are not implemented yet but should be easy to add
  • Use multiline strings to create your query