Matthias Kühlewein

Results 85 comments of Matthias Kühlewein

Rebase and split of previous commit to separate changes for each affected file.

@lpechacek: thank you for providing an implementation for that topic, Libor. I'm not sure how to use it correctly as it crashes Mapper (Debug mode) everytime when I apply it...

I'm in favour of "Move parallel" as being most intuitive (and thus serving its purpose).

@lpechacek: may I ask you for a review and approval?

Thank you very much Libor for your thorough review and your hints about improving my commit messages. I definitely will check and revise the current implementation.

For the 2nd issue detected by you, I just created pull request #2045 In addition it fixes an issue where large tabulator values were erroneously exported (conversion to qint16 instead...

There is a 998/1000 limit for characters in a line, but I assume that this of course should only be valid for the email's text body: https://datatracker.ietf.org/doc/html/rfc2822#section-2.1.1 Have the affected...

@rem-maps: thank you for providing this issue report. I drew a new map with a triangle area and searched for the difference. It seems that the additional '18' in the...

The values are the result of a bit pattern defined in https://github.com/OpenOrienteering/mapper/blob/master/src/core/map_coord.h The 18 is built from the HolePoint (16) flag and the ClosePoint (2) flag: "If this flag is...