1 |
2003-07-18 Bernhard Herzog <[email protected]> |
2003-07-18 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_export.py Remove unused imports. The OutputTransform |
4 |
|
function is now in viewport.py and is called output_transform |
5 |
|
(TestScalebar.test_output_transform) |
6 |
|
(TestScalebar.test_OutputTransform): Renamed to |
7 |
|
test_output_transform and updated to use output_transform instead |
8 |
|
of OutputTransform |
9 |
|
|
10 |
|
* Thuban/UI/view.py (OutputTransform): Moved to viewport.py and |
11 |
|
renamed. |
12 |
|
(MapCanvas.Export, MapPrintout.draw_on_dc): OutputTransform was |
13 |
|
renamed to output_transform |
14 |
|
|
15 |
|
* Thuban/UI/viewport.py (OutputTransform, output_transform): |
16 |
|
Rename to output_transform |
17 |
|
|
18 |
|
2003-07-18 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
* Thuban/Model/layer.py (Layer.__init__): Rename |
* Thuban/Model/layer.py (Layer.__init__): Rename |
21 |
classificationField to classificatin_column and init it here so |
classificationField to classificatin_column and init it here so |
22 |
that it can be used in SetClassificationColumn |
that it can be used in SetClassificationColumn |