/[thuban]/branches/WIP-pyshapelib-bramz/Resources/XML/thuban-1.1.dtd
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Resources/XML/thuban-1.1.dtd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2371 by jan, Sun Oct 3 20:38:54 2004 UTC revision 2650 by bh, Tue Jul 5 20:23:59 2005 UTC
# Line 1  Line 1 
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]>
# Line 164  identify the version of the file format. Line 164  identify the version of the file format.
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    

Legend:
Removed from v.2371  
changed lines
  Added in v.2650

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26