Parent Directory
|
Revision Log
|
Patch
revision 73 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): |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |