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. |
| 1 | First 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 | |
| 3 | MapView 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 | |
| 5 | Please use later patch named TemporaryLayerUseAntialiasing. |