Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/doc/conf/meshwidth.xml @ 522:c896282c2601
Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points.
gnv-artifacts/trunk@616 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 25 Jan 2010 09:18:31 +0000 |
parents | 12ab08de9de5 |
children | 520a3b4da484 |
rev | line source |
---|---|
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 <mesh-widths> |
512
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
3 <!-- |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
4 id = ID des Meshes in der Datenbank |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
5 width = Durchschnittlicher Abstand zwischen zwei Netzpunkten in Grad |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
6 --> |
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
7 <mesh id="1" width="0.03" description="Küstenmodell"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
8 <mesh id="2" width="0.30" description="Ostseemodell"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
9 <mesh id="3" width="0.15" description="SST"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
10 <mesh id="4" width="0.03" description="Küstenmodell Tagesmittel"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
11 <mesh id="5" width="0.16" description="Nord-Ostseemodell Tagesmittel"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
12 <mesh id="321" width="0.30" description="SST"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
13 <mesh id="641" width="0.30" description="Eisdaten"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
14 </mesh-widths> |