1 |
2003-07-15 Bernhard Herzog <[email protected]> |
2003-07-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Rework the |
4 |
|
draw_func handling a bit to remove one layer of indirection. This |
5 |
|
makes the renderer about 10% faster in the non-classifying case |
6 |
|
and the code a bit cleaner |
7 |
|
(MapRenderer.draw_point_shape): Add the pen and brush parameters |
8 |
|
and set them in the dc. Now the draw_point_shape method and |
9 |
|
wxproj's draw_polygon_shape function have basically the same |
10 |
|
signature so that both can be directly used as draw_func |
11 |
|
|
12 |
|
2003-07-15 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
* Thuban/Model/save.py (SessionSaver.write_classification): Encode |
* Thuban/Model/save.py (SessionSaver.write_classification): Encode |
15 |
string values (in addition to the labels) as UTF 8 |
string values (in addition to the labels) as UTF 8 |
16 |
|
|