Roger Kreienbühl
Roger Kreienbühl
This would help a lot. Seems like `kotlinx.serialization` serializes dates to strings, therefore I have the same problem on timeseries as @cholwell and when there is data in a collection...
I just implemented serialization for kotlinx.datetime `Instant`, `LocalDate`, `LocalDateTime` and `LocalTime` and made a pull-request. The serialization works for normal collections, as well as for time-serie collections. Are there other...
Thanks for your response. I will implement this and update the pull request.
Sorry for the delay. I had much to do. At first I forgot to implement jackson serialization. I now added jackson serialization and added tests.
This would be great
Would love to see this for compose multiplatform. I started a new repo and started to change the code from of @krzysztofsroga in the repo [MapComposeDesktop](https://github.com/krzysztofsroga/MapComposeDesktop/tree/master) to make it work...
> I added some small changes. Looks like dpToPx needs to be initialized The way I added it might not be pretty, but it changes every time the window is...
@p-lr I copied the files and made a complete new Repo by using the [https://kmp.jetbrains.com](https://kmp.jetbrains.com). The repo is available at [https://github.com/rkreienbuehl/MapComposeKMP](https://github.com/rkreienbuehl/MapComposeKMP). Biggest changes are: - TileStreamProvider's `getTileStream` returns `ByteArray?` (InputStream...
@p-lr I saw that the code of MapComposeDesktop was not updated for a year, so I started with your code from commit [4235d0c34752d2845e0da1644b9addbccd156be3](https://github.com/p-lr/MapCompose/tree/4235d0c34752d2845e0da1644b9addbccd156be3) and took the changes from MapComposeDesktop as...
Great news, thanks for the work of the past days.