Lukáš Karas
Lukáš Karas
Testing other routing engines: - OSRM (OpenSource routing machine) is wrong too ``` | 1. Start on Průmyslová (601) | 3.8km | 2. Slight left onto unnamed road | 30m ...
Hi Tim. Do you have any experience with machine learning? I'm considering that some kind of ML would be able to generate instructions for such complex junctions. I just [chat...
> What exactly is the problem? I don't want to improve routing now. It works good enough. I "just" want to get better route description with voice commands. And better...
Another round of fixes: https://github.com/Framstag/libosmscout/pull/1361 Build is green. But it is not tested and playing navigation voice instructions is not ported yet... See `NavigationModule` and `InstalledVoicesModel`
Hi @georgmartius , are you interested for this patch?
it is similar to https://github.com/Framstag/libosmscout/pull/1198 , it is necessary to `try_compile` sse code to verify availability...
Well, this tile format is not supported by OSM Scout. As this app is heavily based on libosmscout, with its own database format (imported from OSM data), it would be...
I created temporary repository with aarch64 build: https://openrepos.net/content/karry/irc-sailfish-communi-aarch64
Nope unfortunately. It is possible to run armv7 binaries on aarch64 variant of Sailfish OS (I tried it with statically linked Busybox), but it does not include 32 bit userspace...
Yes, this problem is specific for Qt library. Problem is that the route is rendered by map renderer, and rendering may take several seconds. So the route not refreshed with...