Lukáš Karas
Lukáš Karas
it should fix https://github.com/Framstag/libosmscout/issues/1276, tested with simple demo https://github.com/Karry/osmscout-cmake-demo
With Czech database, OpenGL renderer computes objects coordinates incorrectly, near place [49.2375 14.3702](https://www.openstreetmap.org/search?query=49.2375%2014.3702#map=16/49.2375/14.3714) (zoom level ~14). See screenshot - upper part is OpenGL, below is Qt renderer: 
Hi, I believe that using `if constexpr (debugFlag)` has many benefits in comparison of `#ifdef`. - it is more readable IMHO - static analyzers see the code in condition block,...
Regular address search may use utf8 transliterate method to match results when search term don't match exactly. For example term "trebon" match to region "Třeboň". But prefix search based on...
When some junction is mapped in detail, routing instructions may be misleading. For example [this junction](https://www.openstreetmap.org/#map=17/50.07132/14.53737) in Prague:  when routing from the north to south-east, routing just generates "name...
Hi. I have question, why two different `errno` codes are mapped to single libnl error code? There is no possibility to distinguish between `ENOBUFS` (that is not fatal for us)...
Hi. I wanted to rename my hike with `&` character in name. But Laufhelden don't escape this character and generates invalid xml file (gpx). This workout is not displayed in...
Hi. Jolla released SFOS for Xperia 10 II few months ago. On this device just aarch64 applications may be used. It would be great to provide aarch64 build of this...
Hi, I am creating tools for building timelapse videos. Now I am trying to create tool that reads JPEG images (by ImageMagic) and stabilize it with vidstab lib. I found...