1 |
|
2003-06-20 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classification.py: Remove "from __future__" |
4 |
|
import statement since python 2.2 is the earliest supported |
5 |
|
version. |
6 |
|
|
7 |
|
* Thuban/Model/proj.py (Projection.GetProjectedUnits): New. |
8 |
|
Currently returns PROJ_UNITS_METERS or PROJ_UNITS_DEGREES |
9 |
|
depending on the units this projection *forwards* into. |
10 |
|
|
11 |
|
* Thuban/Model/save.py (SessionSaver.write_classification): |
12 |
|
Remove unnecessary use of lambdas and nested functions. |
13 |
|
|
14 |
|
* Thuban/UI/legend.py (ScaleBarBitmap.__SetScale): Do scale |
15 |
|
adjustment here if the map projection uses degrees. |
16 |
|
|
17 |
|
* Thuban/UI/scalebar.py (ScaleBar.DrawScaleBar): Remove |
18 |
|
scale adjust code since it is now done before calling |
19 |
|
this method. Don't do anything if the map projection |
20 |
|
is None. |
21 |
|
|
22 |
2003-06-19 Bernhard Herzog <[email protected]> |
2003-06-19 Bernhard Herzog <[email protected]> |
23 |
|
|
24 |
Move version specific load tests to their own file. |
Move version specific load tests to their own file. |