Lukáš Karas

Results 101 comments of Lukáš Karas

Hi, libosmscout is producing different libraries in debug (with "d" suffix) and release mode. ``` root@11d5380e755a:~# ls -alh /root/libosmscout/install/lib/libosmscout.so* /root/libosmscout/install/lib/libosmscoutd.so* lrwxrwxrwx 1 root root 20 Jul 6 18:52 /root/libosmscout/install/lib/libosmscout.so ->...

yes please. it will improve situation for library clients that are using cmake

It actually is possible to switch some of these flags by cmake: https://github.com/Framstag/libosmscout/blob/master/CMakeLists.txt#L68 But not this one `DRAW_DEBUG`...

Hi Vlad. If you are using [LabelLayouter](https://github.com/Framstag/libosmscout/blob/master/libosmscout-map/include/osmscoutmap/LabelLayouter.h#L277), you may use `LabelLayouter::SetLayoutOverlap` to setup such "buffer". All backends (except OpenGL) do that. See `MapPainterIOS::BeforeDrawing` method for example: ``` labelLayouter.SetViewport(DoubleRectangle(0, 0, CGBitmapContextGetWidth(cg),...

> Do you know why there are some missing tile border in this one ? I remarked that it's the case every some rows... it seems to be bug in...

When I do few experiments with Demos/Tiler, I realized that label layouter overlap is not enough. You need to use some overlap for loaded data as well. Because label layouter...

Nope. This is bug in OpenGL projection shader. It needs to be fixed to provide same positioning like C++ projection methods.

Well, I do not plan to write support for Qt 6 now. Because I am targeting to Sailfish OS that stuck with prehistoric Qt 5.6 :-( But I understand that...

Ok, I made similar changes in `TypeInfo` class, but there are no problematic pointers/resources, so it should not be the cause... Can you try to compile it with address sanitizer...

> Regarding the shifted features and labels I think it could be due to the fact that the two databases were compiled with OSM data at some different dates... For...