/[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 104 by bh, Mon Feb 4 19:22:22 2002 UTC revision 105 by jan, Fri Apr 19 15:36:57 2002 UTC
# Line 101  class ProcessSession(HandlerBase): Line 101  class ProcessSession(HandlerBase):
101          elif name == 'projection':          elif name == 'projection':
102              self.ProjectionParams = [ ]              self.ProjectionParams = [ ]
103          elif name == 'parameter':          elif name == 'parameter':
104              self.ProjectionParams.append(attrs.get('value', None))              s = attrs.get('value')
105                s = str(s) # we can't handle unicode in proj
106                self.ProjectionParams.append(s)
107          elif name == 'layer':          elif name == 'layer':
108              title = attrs.get('title', "")              title = attrs.get('title', "")
109              filename = attrs.get('filename', "")              filename = attrs.get('filename', "")

Legend:
Removed from v.104  
changed lines
  Added in v.105

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26