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

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

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

revision 1268 by bh, Fri Jun 20 16:10:12 2003 UTC revision 1282 by bh, Mon Jun 23 09:47:18 2003 UTC
# Line 223  class SessionLoader(XMLReader): Line 223  class SessionLoader(XMLReader):
223                                    AttrDesc("shapesource", True,                                    AttrDesc("shapesource", True,
224                                             conversion = "shapesource"),                                             conversion = "shapesource"),
225                                    AttrDesc("table", True, conversion="table")])                                    AttrDesc("table", True, conversion="table")])
226          self.idmap[attrs["id"]] = DerivedShapeStore(attrs["shapesource"],          store = DerivedShapeStore(attrs["shapesource"], attrs["table"])
227                                                      attrs["table"])          self.theSession.AddShapeStore(store)
228            self.idmap[attrs["id"]] = store
229    
230      def start_filetable(self, name, qname, attrs):      def start_filetable(self, name, qname, attrs):
231          attrs = self.check_attrs(name, attrs,          attrs = self.check_attrs(name, attrs,

Legend:
Removed from v.1268  
changed lines
  Added in v.1282

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26