1 |
2003-04-23 Jonathan Coles <[email protected]> |
2003-04-23 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
Projection dialog. Allows the user to select from a list |
4 |
|
of projection templates and optionally edit them and save new ones. |
5 |
|
|
6 |
|
* Thuban/UI/projdialog.py (ProjFrame): New. Main dialog. |
7 |
|
(ProjPanel): Base class for projection specific panels. |
8 |
|
(TMPanel): Projection panel for Transverse Mercartor. |
9 |
|
(UTMPanel): Projection panel for Universal Transverse Mercartor. |
10 |
|
(LCCPanel): Projection panel for Lambert Conic Conformal. |
11 |
|
(GeoPanel): Projetion panel for Geographic Projection. |
12 |
|
|
13 |
|
2003-04-23 Jonathan Coles <[email protected]> |
14 |
|
|
15 |
* Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to |
* Thuban/Model/load.py (XMLReader): Renamed from XMLProcessor to |
16 |
promote symmetry. There now exists XMLReader and XMLWriter. |
promote symmetry. There now exists XMLReader and XMLWriter. |
17 |
(XMLReader.read): New. Call to read the given file descriptor or |
(XMLReader.read): New. Call to read the given file descriptor or |