1 |
2003-08-15 Bernhard Herzog <[email protected]> |
2003-08-15 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/layer.py (Layer.ShapesInRegion): Apply the layer |
4 |
|
projection to all corners of the bounding box to get a better |
5 |
|
approximation of the projected bounding box |
6 |
|
|
7 |
|
* test/test_layer.py (TestLayer.test_point_layer_with_projection): |
8 |
|
New. Test coordinate handling of a layer with a projection. |
9 |
|
Catches the bug fixed in Layer.ShapesInRegion |
10 |
|
|
11 |
|
2003-08-15 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
Move some of the mock objects in test_baserenderer into their own |
Move some of the mock objects in test_baserenderer into their own |
14 |
module so they can easily be used from other tests |
module so they can easily be used from other tests |
15 |
|
|