/[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 725 by jonathan, Thu Apr 24 16:05:36 2003 UTC revision 736 by jonathan, Fri Apr 25 09:11:57 2003 UTC
# Line 308  class Layer(BaseLayer): Line 308  class Layer(BaseLayer):
308              items.append(_("Extent (lat-lon):"))              items.append(_("Extent (lat-lon):"))
309          items.append(_("Shapetype: %s") % shapetype_names[self.ShapeType()])          items.append(_("Shapetype: %s") % shapetype_names[self.ShapeType()])
310    
311            if self.projection and len(self.projection.params) > 0:
312                items.append((_("Projection"),
313                            [str(param) for param in self.projection.params]))
314    
315          items.append(self.__classification)          items.append(self.__classification)
316    
317          return (_("Layer '%s'") % self.Title(), items)          return (_("Layer '%s'") % self.Title(), items)
318    
319    

Legend:
Removed from v.725  
changed lines
  Added in v.736

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26