/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/save.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/save.py

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

revision 710 by jonathan, Wed Apr 23 08:45:57 2003 UTC revision 740 by jonathan, Fri Apr 25 09:14:04 2003 UTC
# Line 234  class SessionSaver(XMLWriter): Line 234  class SessionSaver(XMLWriter):
234          attrs["fill"]         = lc.GetDefaultFill().hex()          attrs["fill"]         = lc.GetDefaultFill().hex()
235    
236          self.open_element("layer", attrs)          self.open_element("layer", attrs)
237    
238            proj = layer.GetProjection()
239            if proj is not None:
240                self.write_projection(proj)
241    
242          self.write_classification(layer)          self.write_classification(layer)
243    
244          self.close_element("layer")          self.close_element("layer")
245    
246      def write_classification(self, layer, attrs = None):      def write_classification(self, layer, attrs = None):

Legend:
Removed from v.710  
changed lines
  Added in v.740

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26