Parent Directory
|
Revision Log
|
Patch
revision 559 by jonathan, Wed Mar 26 11:05:33 2003 UTC | revision 707 by jonathan, Wed Apr 23 08:44:34 2003 UTC | |
---|---|---|
# | Line 186 class Map(TitledObject, Modifiable): | Line 186 class Map(TitledObject, Modifiable): |
186 | bbox = self.projection.ForwardBBox(bbox) | bbox = self.projection.ForwardBBox(bbox) |
187 | return bbox | return bbox |
188 | ||
189 | def GetProjection(self): | |
190 | return self.projection | |
191 | ||
192 | def SetProjection(self, projection): | def SetProjection(self, projection): |
193 | """Set the projection of the map. | """Set the projection of the map. |
194 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |