1 |
|
2003-04-01 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/renderer.pyi (MapRenderer.draw_point_shape): Check |
4 |
|
that there actually are points in the returned list of points |
5 |
|
before trying to index into the list. The list may be empty if |
6 |
|
the shape is a Null Shape. |
7 |
|
|
8 |
|
2003-04-01 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* test/test_map.py: Don't use from <module> import * |
11 |
|
|
12 |
|
2003-04-01 Jonathan Coles <[email protected]> |
13 |
|
|
14 |
|
* Thuban/Model/session.py: Use LAYER_CHANGED instead of |
15 |
|
LAYER_LEGEND_CHANGED |
16 |
|
|
17 |
|
* Thuban/UI/dock.py (DockableWindow._OnButtonClose): Call |
18 |
|
self.Destroy() to close the window after yesterday's changes. |
19 |
|
|
20 |
|
* test/test_map.py, test/test_session.py: Fix messages that |
21 |
|
are sent from maps and layers. |
22 |
|
|
23 |
2003-03-31 Jonathan Coles <[email protected]> |
2003-03-31 Jonathan Coles <[email protected]> |
24 |
|
|
25 |
* Thuban/UI/classifier.py: Commented out some debugging statements. |
* Thuban/UI/classifier.py: Commented out some debugging statements. |