Changes between Initial Version and Version 1 of Ticket #12415


Ignore:
Timestamp:
2016-01-21T11:45:57+01:00 (9 years ago)
Author:
kolesar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12415

    • Property Summary [patch] draw mode did not use use antialiasing[patch] temporary layer did not use use antialiasing
  • Ticket #12415 – Description

    initial v1  
    1 Draw mode did not use antialiasing even if it was enabled in preferences. This patch uses antialiasing preferences, pays attention to wireframe mode. Reads preferences immediately, not when entering mode.
     1First version of this ticket was named "draw mode did not use use antialiasing". Later I have discovered that many mapmode tools draw to the same temporary layer. Instead of copying the same logic to the tools I have moved setting antialiasing to MapView where this temporary layer is created.
     2
     3MapView asks MapRendererFactory for an instance of AbstractMapRenderer that applies the same setting for antialiasing as data layers use, regarding to separate antialiasing setting of wireframe mode.
     4
     5Please use later patch named TemporaryLayerUseAntialiasing.