Lukáš Karas

Results 31 issues of Lukáš Karas

it should fix https://github.com/Framstag/libosmscout/issues/1276, tested with simple demo https://github.com/Karry/osmscout-cmake-demo

bugfix

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: ![Screenshot_20211218_134054](https://user-images.githubusercontent.com/309458/146641442-401ebf20-5bf2-408a-b78d-2b598ddc4b76.png)

bug
help wanted
renderer
OpenGL

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,...

feature
build
good first issue

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...

feature
help wanted

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: ![Screenshot_20211203_235939](https://user-images.githubusercontent.com/309458/144683762-59071b66-ab29-4f37-a059-7790b11bbd90.png) when routing from the north to south-east, routing just generates "name...

help wanted
routing

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...