1 |
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- thuban-1.1.dtd |
<!-- thuban-1.1.dtd |
3 |
|
|
4 |
Copyright (C) 2001, 2003, 2004 by Intevation GmbH |
Copyright (C) 2001, 2003, 2004, 2005 by Intevation GmbH |
5 |
Authors: |
Authors: |
6 |
Jan-Oliver Wagner <[email protected]> |
Jan-Oliver Wagner <[email protected]> |
7 |
Bernhard Herzog <[email protected]> |
Bernhard Herzog <[email protected]> |
164 |
|
|
165 |
<!-- a rasterlayer represents an image that has some geographic data |
<!-- a rasterlayer represents an image that has some geographic data |
166 |
associated with it. The filename points to the image used. |
associated with it. The filename points to the image used. |
167 |
|
|
168 |
|
The masktype should be one of "none", "bit" or "alpha". |
169 |
|
The opacity is the opacity as a decimal floating point number in the |
170 |
|
range 0.0 ... 1.0 |
171 |
--> |
--> |
172 |
<!ELEMENT rasterlayer (projection?, classification?)> |
<!ELEMENT rasterlayer (projection?, classification?)> |
173 |
<!ATTLIST rasterlayer |
<!ATTLIST rasterlayer |
174 |
title CDATA #REQUIRED |
title CDATA #REQUIRED |
175 |
filename CDATA #REQUIRED |
filename CDATA #REQUIRED |
176 |
|
opacity CDATA #IMPLIED |
177 |
|
masktype CDATA #IMPLIED |
178 |
visible (true|false) "true"> |
visible (true|false) "true"> |
179 |
|
|
180 |
|
|