Matthias Kühlewein

Results 85 comments of Matthias Kühlewein

Hi Libor, I tried to create a sample .ocd12 file for testing your commit but ended up with getting "layout vector objects" (-4). When I changed your code to use...

You are right, besides the option to directly draw "layout vector objects" there are menu items to "Convert into [Graphic|Image|Layout] Object".

Libor, thank you for your additions to import graphic objects. I created line and area objects, duplicated them and changed the duplicates to graphical objects. Your commits now allow to...

I added the functionality of importing layout objects by re-using your code, Libor: https://github.com/dl3sdo/mapper/commit/3cd57146c0d694f9bcd434864b00799b787c6cb9 The import of text attributes is still missing, but the format is clear (tabulator separated string...

Libor, thank you for this pull request. I tested it with several OCAD12 maps and it fixes the current (0.95) problem. For one test map there is an issue with...

Rebase and split of previous commit to separate independent changes

@dg0yt, as you already reviewed the first three commits, can you please review the last one (ad0378d) ?

Regarding the implementation: I considered Object::update() as appropriate to prevent objects from being added to the list of renderables for map parts that shall not be shown. However, as an...

@mlerjen: Maybe in the case of showing/hiding map legends, or if (different) course settings are part of the map. E.g., if you move all contour lines to a separate map...

This was discussed earlier, see #627