Parent Directory
|
Revision Log
|
Patch
revision 1681 by bh, Thu Aug 28 14:37:36 2003 UTC | revision 1687 by bh, Fri Aug 29 10:02:16 2003 UTC | |
---|---|---|
# | Line 79 class TestLayer(unittest.TestCase, suppo | Line 79 class TestLayer(unittest.TestCase, suppo |
79 | self.assertEquals(layer.GetProjection(), None) | self.assertEquals(layer.GetProjection(), None) |
80 | ||
81 | # set/get projection | # set/get projection |
82 | proj = Projection(["proj=utm", "zone=26"]) | proj = Projection(["proj=utm", "zone=26", "ellps=clrk66"]) |
83 | ||
84 | layer.SetProjection(proj) | layer.SetProjection(proj) |
85 | self.failUnless(layer.GetProjection() is proj) | self.failUnless(layer.GetProjection() is proj) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |