1 |
|
2003-10-30 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Improved APR import extension, added further EPSG definitions |
4 |
|
and some cleanup regarding string class. |
5 |
|
|
6 |
|
* test/test_proj.py (TestProjection.test_get_projection_units_geo): |
7 |
|
Added test for alias 'longlat'. |
8 |
|
|
9 |
|
* Resources/Projections/epsg-deprecated.proj: New. Contains |
10 |
|
deprecated EPSG definitions. |
11 |
|
|
12 |
|
* Extensions/importAPR/odb.py (ODBBaseObject.TreeInfo): Added |
13 |
|
the variable names for objects. |
14 |
|
|
15 |
|
* Extensions/importAPR/apr.py (APR_BLnSym, APR_BMkSym, APR_BShSym): New. |
16 |
|
Copied from importAPR and provided with documentation. |
17 |
|
|
18 |
|
* Extensions/importAPR/importAPR.py (APR_BLnSym, APR_BMkSym, APR_BShSym): |
19 |
|
Moved to apr.py. |
20 |
|
(APR_View): Added object ref 'ITheme'. |
21 |
|
|
22 |
|
* Thuban/Lib/fileutil.py, Thuban/UI/proj4dialog.py: Replaced string |
23 |
|
split function by corresponding use of the string class method. |
24 |
|
|
25 |
|
* Thuban/Model/xmlwriter.py: Replaced string replace function by |
26 |
|
corresponding string method. |
27 |
|
|
28 |
2003-10-29 Bernhard Herzog <[email protected]> |
2003-10-29 Bernhard Herzog <[email protected]> |
29 |
|
|
30 |
* Thuban/UI/baserenderer.py |
* Thuban/UI/baserenderer.py |