1 |
# Copyright (c) 2001, 2002, 2003, 2004, 2005 by Intevation GmbH |
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2007 by Intevation GmbH |
2 |
# Authors: |
# Authors: |
3 |
# Bernhard Herzog <[email protected]> |
# Bernhard Herzog <[email protected]> |
4 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
405 |
MASK_ALPHA = 2 |
MASK_ALPHA = 2 |
406 |
|
|
407 |
def __init__(self, title, filename, projection = None, |
def __init__(self, title, filename, projection = None, |
408 |
visible = True, opacity = 1, masktype = MASK_BIT): |
visible = True, opacity = 1, masktype = MASK_ALPHA): |
409 |
"""Initialize the Raster Layer. |
"""Initialize the Raster Layer. |
410 |
|
|
411 |
title -- title for the layer. |
title -- title for the layer. |