1 |
|
2005-04-27 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Introduce FileShapeStore as generalization for |
4 |
|
file-based shape stores. In a first instance |
5 |
|
this allows additional modules to handle shapefile |
6 |
|
format as well, namely the OGR extension. |
7 |
|
|
8 |
|
* Thuban/Model/data.py: Various small fixes in doc-strings. |
9 |
|
(FileShapeStore): New class. |
10 |
|
(ShapefileStore): Derive from FileShapeStore. |
11 |
|
(ShapefileStore.__init__): Call __init__ of FileShapeStore, |
12 |
|
rename self.table to self._table, initialize self._bbox |
13 |
|
(ShapefileStore._open_shapefile): Use self._bbox instead of self.bbox |
14 |
|
and self.FileName() instead of self.filename. |
15 |
|
(ShapefileStore.Table): Use self._table instead of self.table. |
16 |
|
(ShapefileStore.FileName): Removed (moved to FileShapeStore). |
17 |
|
(ShapefileStore.BoundingBox): Use self._bbox instead of self.bbox. |
18 |
|
|
19 |
|
* Thuban/Model/save.py: Replace ShapefileStore by FileShapeStore. |
20 |
|
(SessionSaver.write_data_containers): Only use methods of the |
21 |
|
base class FileShapeStore. |
22 |
|
|
23 |
|
2005-04-26 Martin Schulze <[email protected]> |
24 |
|
|
25 |
|
* Extensions/wms/wms.py (render_wms_layer): Adjusted the render |
26 |
|
function to the modified render engine |
27 |
|
|
28 |
|
2005-04-25 Martin Schulze <[email protected]> |
29 |
|
|
30 |
|
* Thuban/UI/renderer.py (MapRenderer.projected_raster_layer): |
31 |
|
Added a description according to the CVS log message |
32 |
|
|
33 |
|
2005-04-23 Martin Schulze <[email protected]> |
34 |
|
|
35 |
|
* Thuban/UI/renderer.py: Added a missing import |
36 |
|
|
37 |
|
2005-04-23 Russell Nelson <[email protected]> |
38 |
|
|
39 |
|
* Changed the way the previous tool is remembered, so that |
40 |
|
middle-button panning works even if you haven't selected a tool. |
41 |
|
|
42 |
|
2005-04-11 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
|
* libraries/thuban/wxproj.cpp: Move the compatibility code that |
45 |
|
deals with the wxPython 2.4 version of wxPython.h into the #ifdef |
46 |
|
branch that includes wxPython.h because it's only needed when |
47 |
|
wxPython.h is used. Also, it won't compile when |
48 |
|
USE_WX_PYTHON_SWIG_HACK is set otherwise. |
49 |
|
|
50 |
2005-04-07 Bernhard Herzog <[email protected]> |
2005-04-07 Bernhard Herzog <[email protected]> |
51 |
|
|
52 |
* Thuban/UI/classifier.py (ClassGrid.__init__): Use -1 as the ID. |
* Thuban/UI/classifier.py (ClassGrid.__init__): Use -1 as the ID. |