Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/doc/conf/meshwidth.xml @ 1074:649f564a5184
Implemented a new output state and chart type for horizontal profiles using vector data.
gnv-artifacts/trunk@1174 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Jun 2010 13:00:58 +0000 |
parents | 520a3b4da484 |
children |
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 --> |
834
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
7 <mesh id="1" width="0.03" description="Modelldaten Küstenmodell"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
8 <mesh id="3" width="0.15" description="Modelldaten Nord- und Ostseemodel"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
9 <mesh id="4" width="0.03" description="Modelldaten Küstenmodell Tagesmittel"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
10 <mesh id="5" width="0.16" description="Modelldaten Nord-Ostseemodell Tagesmittel"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
11 |
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
12 <mesh id="641" width="0.30" description="Eisdaten"/> |
834
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
13 |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
14 <mesh id="2" width="0.30" description="SST-Karte woechentliche Nordseetemperaturen"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
15 <mesh id="321" width="0.30" description="SST-Karte woechentliche Ostseetemperaturen"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
16 <mesh id="961" width="0.30" description="SST-Karte monatliche Nordseetemperaturen"/> |
520a3b4da484
ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
Tim Englich <tim.englich@intevation.de>
parents:
512
diff
changeset
|
17 <mesh id="962" width="0.30" description="SST-Karte monatliche Ostseetemperaturen"/> |
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
18 </mesh-widths> |