bh: thuban/Resources/XML thuban-1.1.dtd,1.2,1.3
cvs@intevation.de
cvs at intevation.de
Tue Jul 5 22:24:01 CEST 2005
Author: bh
Update of /thubanrepository/thuban/Resources/XML
In directory doto:/tmp/cvs-serv26431/Resources/XML
Modified Files:
thuban-1.1.dtd
Log Message:
Add the opacity and masktype attributes.
Index: thuban-1.1.dtd
===================================================================
RCS file: /thubanrepository/thuban/Resources/XML/thuban-1.1.dtd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- thuban-1.1.dtd 3 Oct 2004 20:38:54 -0000 1.2
+++ thuban-1.1.dtd 5 Jul 2005 20:23:59 -0000 1.3
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- thuban-1.1.dtd
- Copyright (C) 2001, 2003, 2004 by Intevation GmbH
+ Copyright (C) 2001, 2003, 2004, 2005 by Intevation GmbH
Authors:
Jan-Oliver Wagner <jan at intevation.de>
Bernhard Herzog <bh at intevation.de>
@@ -164,11 +164,17 @@
<!-- a rasterlayer represents an image that has some geographic data
associated with it. The filename points to the image used.
+
+ The masktype should be one of "none", "bit" or "alpha".
+ The opacity is the opacity as a decimal floating point number in the
+ range 0.0 ... 1.0
-->
<!ELEMENT rasterlayer (projection?, classification?)>
<!ATTLIST rasterlayer
title CDATA #REQUIRED
filename CDATA #REQUIRED
+ opacity CDATA #IMPLIED
+ masktype CDATA #IMPLIED
visible (true|false) "true">
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)