jan: thuban/Resources/XML thuban-1.1.dtd,1.1,1.2

cvs@intevation.de cvs at intevation.de
Sun Oct 3 22:38:56 CEST 2004


Author: jan

Update of /thubanrepository/thuban/Resources/XML
In directory doto:/tmp/cvs-serv5048

Modified Files:
	thuban-1.1.dtd 
Log Message:
Added size attribute to cldata.


Index: thuban-1.1.dtd
===================================================================
RCS file: /thubanrepository/thuban/Resources/XML/thuban-1.1.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thuban-1.1.dtd	12 Mar 2004 12:19:15 -0000	1.1
+++ thuban-1.1.dtd	3 Oct 2004 20:38:54 -0000	1.2
@@ -3,7 +3,7 @@
 
     Copyright (C) 2001, 2003, 2004 by Intevation GmbH
     Authors:
-	Jan-Oliver Wagner <jan at intevation.de>
+        Jan-Oliver Wagner <jan at intevation.de>
         Bernhard Herzog <bh at intevation.de>
 
     This program is free software under the GPL (>=v2)
@@ -153,12 +153,13 @@
 <!-- the fill and stroke attributes can be either "None" or "#RRGGBB"
      RGB hex values
 
-     All of fill, stroke and stroke_width may be omitted and default to
-     "None", "#000000" and "1" respectively.
+     All of fill, stroke, stroke_width and size may be omitted and default
+     to "None", "#000000", "1" and "5" respectively.
  -->
 <!ATTLIST layer fill CDATA "None">
 <!ATTLIST layer stroke CDATA "#000000">
 <!ATTLIST layer stroke_width CDATA "1">
+<!ATTLIST layer size CDATA "5">
 
 
 <!-- a rasterlayer represents an image that has some geographic data
@@ -201,14 +202,21 @@
      the fill and stroke attributes can be either "None" or "#RRGGBB"
      RGB hex values
 
-     All of fill, stroke and stroke_width may be omitted and default to
-     "None", "#000000" and "1" respectively.
+     TODO: Actually, 'size' is only sensible for points. But adding it to
+     clpoint would not be enough since the 'size' must also be available
+     for the clnull. And clnull again is applied for lines and polygons.
+     So, at some later point, maybe with introducing symbols, this
+     has to be improved.
+
+     All of fill, stroke, stroke_width and size may be omitted and default to
+     "None", "#000000", "1" and "5" respectively.
  -->
 <!ELEMENT cldata EMPTY>
 <!ATTLIST cldata 
         stroke       CDATA #IMPLIED
         stroke_width CDATA #IMPLIED
         fill         CDATA #IMPLIED
+        size         CDATA #IMPLIED
 >
 
 





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)