/[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 2227 by bh, Thu Nov 27 15:57:23 2003 UTC revision 2228 by bh, Thu Jun 3 15:17:54 2004 UTC
# Line 1  Line 1 
1  # Copyright (c) 2001, 2002, 2003 by Intevation GmbH  # Copyright (c) 2001, 2002, 2003, 2004 by Intevation GmbH
2  # Authors:  # Authors:
3  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
4  # Jonathan Coles <[email protected]>  # Jonathan Coles <[email protected]>
# Line 289  class Layer(BaseLayer): Line 289  class Layer(BaseLayer):
289    
290          bbox = self.LatLongBoundingBox()          bbox = self.LatLongBoundingBox()
291          if bbox is not None:          if bbox is not None:
292              items.append(_("Extent (lat-lon): (%g, %g, %g, %g)") % bbox)              items.append(_("Extent (lat-lon): (%g, %g, %g, %g)") % tuple(bbox))
293          else:          else:
294              items.append(_("Extent (lat-lon):"))              items.append(_("Extent (lat-lon):"))
295          items.append(_("Shapetype: %s") % shapetype_names[self.ShapeType()])          items.append(_("Shapetype: %s") % shapetype_names[self.ShapeType()])

Legend:
Removed from v.2227  
changed lines
  Added in v.2228

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26