1 |
|
2003-08-29 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Add some missing parameters to projections. Proj complains about |
4 |
|
them on windows but for some reason not on Linux. |
5 |
|
|
6 |
|
* test/test_save.py (SaveSessionTest.testLayerProjection): Add |
7 |
|
missing required projection parameters |
8 |
|
|
9 |
|
* test/test_proj.py (TestProjFile.test): Add missing required |
10 |
|
projection parameters |
11 |
|
|
12 |
|
* test/test_load_0_8.py (TestLayerProjection.file_contents) |
13 |
|
(TestLayerProjection.test): Add missing required projection |
14 |
|
parameters and tests for them |
15 |
|
|
16 |
|
* test/test_load.py (TestLayerProjection.file_contents) |
17 |
|
(TestLayerProjection.test): Add missing required projection |
18 |
|
parameters and tests for them |
19 |
|
|
20 |
|
* test/test_layer.py (TestLayer.test_base_layer): Add missing |
21 |
|
required projection parameters |
22 |
|
|
23 |
|
2003-08-29 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
|
* libraries/pyprojection/Projection.i: Use pj_get_errno_ref to |
26 |
|
access the pj_errno because directly accessing pj_errno doesn't |
27 |
|
work on windows if the proj library is in a DLL |
28 |
|
|
29 |
|
* libraries/pyprojection/Projection_wrap.c: Update from Projection.i |
30 |
|
|
31 |
2003-08-28 Bernhard Herzog <[email protected]> |
2003-08-28 Bernhard Herzog <[email protected]> |
32 |
|
|
33 |
* test/test_proj.py: Import things from Thuban after calling |
* test/test_proj.py: Import things from Thuban after calling |