Releases: formation-res/overpass-kotlin-client
Releases · formation-res/overpass-kotlin-client
wasm js support
- ktor client 3.0
- fix logging client
- adds wasmjs support
0.3.0: - update to kotlin 2.0.20
Multi platform suppport
misc improvements
Full Changelog: 0.1...v0.2
Simple overpass client with geojson conversion
- 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