/[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 81 by bh, Mon Feb 4 19:19:25 2002 UTC revision 82 by bh, Fri Feb 15 17:11:04 2002 UTC
# Line 175  class Layer(BaseLayer): Line 175  class Layer(BaseLayer):
175              poly = shape.vertices()[0]              poly = shape.vertices()[0]
176              points = []              points = []
177              for x, y in poly:              for x, y in poly:
178                  points.append(x, y)                  points.append((x, y))
179          return Shape(points)          return Shape(points)
180    
181      def SetProjection(self, projection):      def SetProjection(self, projection):

Legend:
Removed from v.81  
changed lines
  Added in v.82

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26