Parent Directory
|
Revision Log
|
Patch
revision 1598 by bh, Fri Aug 15 14:10:27 2003 UTC | revision 1599 by bh, Mon Aug 18 12:45:28 2003 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | ||
9 | __version__ = "$Revision$" | __version__ = "$Revision$" |
10 | ||
11 | import os | |
12 | import warnings | import warnings |
13 | ||
14 | from Thuban import _ | from Thuban import _ |
# | Line 370 class RasterLayer(BaseLayer): | Line 371 class RasterLayer(BaseLayer): |
371 | BaseLayer.__init__(self, title, visible = visible) | BaseLayer.__init__(self, title, visible = visible) |
372 | ||
373 | self.projection = projection | self.projection = projection |
374 | self.filename = filename | self.filename = os.path.abspath(filename) |
375 | ||
376 | self.bbox = -1 | self.bbox = -1 |
377 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |