/[thuban]/branches/WIP-pyshapelib-bramz/ChangeLog
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2250 by jschuengel, Wed Jun 16 11:01:42 2004 UTC revision 2278 by bh, Tue Jul 13 11:07:45 2004 UTC
# Line 1  Line 1 
1    2004-07-13  Bernhard Herzog  <[email protected]>
2    
3            * Thuban/UI/baserenderer.py
4            (BaseRenderer.render_map_incrementally): Fix a logic bug in the
5            optimization that tries not to draw layers under a raster layer.
6            The bug was harmless.  All it effectively did was to produce The a
7            strange messages about not being able to draw Layer instances for
8            all vector layers below a raster layer which would be invisible
9            anyway because the raster layer currently always covers the entire
10            window
11    
12    2004-07-08  Jan Sch�ngel <[email protected]>
13    
14            * Extensions/umn_mapserver/mapfile.py: Added code to generade and get
15            a list of supported outputformats. This formats are not alle supported
16            because there is no possibility to get the outputformat without the
17            name known. Make some formal changes to the code.
18            (MF_Map.set_name()): Fixed a bug if the name is None.
19    
20            * Extensions/umn_mapserver/mf_handle.py: Removed the image_type import
21            statement, because its not needed anymore. The Outputformat is now
22            given as string from the object. Make some formal changes to the code.
23    
24            * Extensions/umn_mapserver/test/test_mapserver.py: Added new test for
25            most of the new setting which were added during the last changes.
26            Removed the MF_Size Test.
27            
28            * Extensions/umn_mapserver/test/test.map: Added a new class to the
29            cultural Layer to test expressions and the the status of that layer
30            from on to default.
31            Changed the data path the the correct Thuban Data
32            Added the Outputformat Object and Symbol Object
33            
34    2004-07-07  Jan Sch�ngel <[email protected]>
35    
36            * Extensions/umn_mapserver/mapfile.py: Added some new
37            settings to edit (outputformat, label, imagetype)
38    
39            * Extensions/umn_mapserver/mf_handle.py: Added some setting to
40            the Label Dialog and add the OutputDialog.
41            Make some changes to the code order.
42    
43    2004-07-06  Jan Sch�ngel <[email protected]>
44    
45            * Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj
46            and line Obj and add the scalebar_status_type, scalebar_style_type and
47            scalebar_position_type.
48            Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The
49            are only used to create a Symbol like the circle in Thuban.
50            Added the scalebarObject (MF_Scalebar)
51            (MF_Class): Added set_status and get_status.
52            (MF_Layer.add_thubanclass): Added code to set the class status
53            (MF_Map): Added code to handle the symbols and scalebar
54            (MF_Label): Added the set_partials and get_partials functions
55            
56            * Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import
57            from mapfile. Added a function to create a circle object like the one
58            from thuban if no one exists.
59            
60            * Extensions/umn_mapserver/mf_handle.py: All colors are now set when
61            press ok in the assosiated dialog and not at the end of the
62            colordialog.
63            Added the Dialog for the Scalebar.
64            (Label_Dialog): Added the offset option
65    
66            * Extensions/umn_mapserver/mf_import.py: Added code to import the
67            status of the Classes.
68            Fixed a bug with the projection. Now the to_meter parameter will be
69            added to the Projection only if it doesn't exists.
70    
71    2004-07-01  Jan Sch�ngel <[email protected]>
72    
73            Added the functionality to handle the content thuban is not
74            able to handle directly.
75    
76            * Extensions/umn_mapserver/mf_handle.py: New. This module extents
77            Thuban with the possibility to edit the mapfile content.        
78            
79            * Extensions/umn_mapserver/mf_import.py: Added the possibility
80            to import mapfiles without any layer selected. So it is possible
81            to edit the other settings in a mapfile.
82            (import_mapfile): Added code to use the editing functions.
83            Added the possibility to import the projection to a layer if one
84            is defined.
85            Status settings (On,Off) will now set in thuban (visible, invisible).
86            fixed a bug with with classnames. If no classname is set in mapfile
87            the value in Thuban will set to the expression.
88            
89            * Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the
90            possibility to save a new mapfile or use the old one which is
91            imported or new created.
92            Added code to use the editing functions.
93            Remove some not needed import statements
94    
95            * Extensions/umn_mapserver/mapfile.py: Added new types which are
96            need for the editing functions.
97            Added needed set-functions for the editing functions.
98            Added the possibility to export rasterimages.
99            Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol,
100            MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the
101            moment.
102            (MF_Class.set_thubanstyle): Now point layers will set to a default
103            symbol to show a circle in mapserver and not only a 1px dot.
104            (MF_Style.__init__): Fixed a bug with the color. Color was not set
105            correct before.
106            (MF_Size): Removed, because it is not needed.
107            
108            * Extensions/umn_mapserver/README: Added the hints to use the
109            export and editing functions, too.
110    
111            * Extensions/umn_mapserver/sample/iceland.map: Added the
112            new parameter "UNITS METERS".
113            Change the political layer to status OFF.
114    
115            * Extensions/umn_mapserver/sample/README: Added some
116            more details to setup the sample in the MapServer.
117            
118    2004-06-26  Bernhard Reiter <[email protected]>
119    
120            * Extensions/svgexport/test/test_svgmapwriter.py:
121            Removed class VFile and used standard StringIO instead.
122    
123    2004-06-23  Jan Sch�ngel  <[email protected]>
124    
125            Add the export function to the umn_mapserver extension.
126    
127            * Extension/umn_mapserver/mf_export.py: New. This module extents
128            Thuban with the possibility to export the Thuban content.
129    
130            * Extensions/umn_mapserver/mapfile.py: Expand the classes to use
131            with the export module. Especially added the possibility to
132            add thuban objects directly to the map objects.
133    
134            * Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR,
135            because of the hint from Bernhard Herzog.
136            Corrected the handling of absolute pathnames.
137            Changed the Text of the Menu-Item, now the beginning is upper case.
138    
139            * Extensions/umn_mapserver/README: Added the --with-tiff statement.
140    
141  2004-06-16  Jan Sch�ngel  <[email protected]>  2004-06-16  Jan Sch�ngel  <[email protected]>
142    
143          Add a sample and make some changes.          Add a sample and make some changes.

Legend:
Removed from v.2250  
changed lines
  Added in v.2278

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26