Lukáš Karas
Lukáš Karas
I was able to build it. Aarch64 package is here: https://openrepos.net/content/karry/tao-translator-sailfishos-aarch64 Until @leppa will be able to provide it. I had to re-generate *.spec file and slightly modify it: [rpm-spec.zip](https://github.com/leppa/taot/files/6634396/rpm-spec.zip)
Question is, do you will accept (hypothetically) merge requests that are adding support for some high level protocols on top of TCP stream? Or you want to keep scope of...
Yes, you can merge. It solves at least something. For faster iteration it would be great to prepare docker image for Qt6 build... I will look at it later.
To be honest, I don't know. Libnl entry was `nl_recvmsgs_default`, it fails with return code `NLE_NOMEM` (5) and errno ENOSYS (38 - Function not implemented). This is everything that we...
steps to do: * extend stylesheet syntax, style definition and parser * in renderer can be used similar code as for image patterns (in Qt here: [MapPainterQt.cpp: 132](https://github.com/Framstag/libosmscout/blob/master/libosmscout-map-qt/src/osmscout/MapPainterQt.cpp#L132)). Just determine...
Hi guys. It is great topic, I was thinking about it already, but it will not be trivial :-) > Is OSM database a "OK" source of elevation or do...
> Contour lines: Draw lines of equal height on the map > Elevation profile: Draw the hight profile for a given path on the map? > Right? Yes, I am...
Hi Tim. Your plan to have generic elevation data in database sounds ambitious :-) It may have various usages, I may even imagine fully 3D map with terrain. Did you...
All primitive transformations, label layouting, sorting of areas (...) is done again and again for every rendering. There is place for improvements definitely, rendering may take more than second in...
Hi. I am not cmake expert, for me it is always pain to do something more advanced, but it is the standard build system in c++ world :-) I prepared...