/[thuban]/trunk/thuban/Thuban/Model/layer.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/Model/layer.py

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

revision 412 by jonathan, Wed Feb 19 16:51:50 2003 UTC revision 437 by jonathan, Thu Feb 27 15:53:21 2003 UTC
# Line 20  from messages import LAYER_PROJECTION_CH Line 20  from messages import LAYER_PROJECTION_CH
20    
21  from color import Color  from color import Color
22    
23  from classification import Classification  import classification
24    
25  from table import Table  from table import Table
26    
# Line 142  class Layer(BaseLayer): Line 142  class Layer(BaseLayer):
142          self.shapetable = Table(filename)          self.shapetable = Table(filename)
143          self.table = self.shapetable          self.table = self.shapetable
144    
145          self.__classification = Classification(self)          self.__classification = classification.Classification(self)
146          self.__classification.SetDefaultStroke(stroke)          self.__classification.SetDefaultStroke(stroke)
147          self.__classification.SetDefaultStrokeWidth(stroke_width)          self.__classification.SetDefaultStrokeWidth(stroke_width)
148          self.__classification.SetDefaultFill(fill)          self.__classification.SetDefaultFill(fill)

Legend:
Removed from v.412  
changed lines
  Added in v.437

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26