Lukáš Karas
Lukáš Karas
> There are missing land parts. I don't think so. There is just one extra "sea tile" column on the east (``). It should be `` :-)
you can close it IMO, but @vyskocil created it... :-)
Hi @Framstag , I found several issues with your changes from last week. It is visible even with Qt backend. I prepared simple bash script: ``` #!/bin/bash -x while [...
Hi @hoangbossemo . If it is importer bug, it would be great to get coredump and then stacktrace with debugger. Compiler sanitizers may help to identify memory access issues. You...
Interesting. So, protobuffers are problematic. Considering that M1 is arm64, possibly unaligned memory access is the issue. Do you know what version of protobuffers do you have in build? Can...
Hi. Just for the info, I tried protobuf-based import inside aarch64 qemu on Linux and it works fine.
Hi Vlad. We may add overdraw argument, but it is not the only option. In Qt tile renderer, I add one tile dimension (1/2 on each side) to "lookupProjection". Here...
Your code should be correct. It is possible that iOS renderer is using differet label layouter parameters? I would love to move generic code from Qt client library to main...
`delegateLabelLayouter` is there for the case when multiple databases are rendered. Labels from all Painters are registered to the label layouter of the last Painter. That way, labels on database...
I was looking to all the things that client-qt library is using in core components and it would be really hard to cut Qt off :-( I can imagine to...