Kai Pastor
Kai Pastor
I experiment with the Storage Access Framework (SAF) around `ACTION_OPEN_DOCUMENT_TREE`, based on a backport of code from Qt 5.15 to 5.12. While the backport itself is easy, it turns out...
Backport and changes to Qt: https://github.com/OpenOrienteering/superbuild/pull/88
For drawing multiple objects with the same width, it might perhaps help to have some kind of "Marker pen" tool, which lets you define width in a reproducible way, and...
Task: GH-1951
> For test data such as MTBO symbol 711 Forbidden route, it turned out that the secondary symbol also needs to be mirrored. Actually, no. I'm afraid we just never...
I tried to break none of the existing reconstructions of line symbols (framing, double line). But I didn't test with many OCD files.
We might add a similar convenience symbol to our symbol sets. This should expose the new code paths to automated testing.
The term "dash point" is little bit overloaded. Which symbols are you referring to?
Dear Agnar, I can't reproduce that dash points would _always_ be turned on. As far as I can see, dash points are automatically activated for **516 Powerline** (having a "dash...
I can't see how it could be inverted: dash points are set in [src/tool_draw_path.cpp](https://github.com/OpenOrienteering/mapper/blob/master/src/tool_draw_path.cpp#L202), when a particular flag is set: ``` if (draw_dash_points) coord.setDashPoint(true); ``` This flag is activated when...