diff gnv-artifacts/doc/conf/conf.xml @ 472:d6a100d5f74a

Added configuration of directory of "Horizontalschnitt" shape files. gnv-artifacts/trunk@537 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 13 Jan 2010 18:58:26 +0000
parents 7ba4c7222265
children 0e0c64c821dc
line wrap: on
line diff
--- a/gnv-artifacts/doc/conf/conf.xml	Tue Jan 12 17:41:59 2010 +0000
+++ b/gnv-artifacts/doc/conf/conf.xml	Wed Jan 13 18:58:26 2010 +0000
@@ -412,14 +412,18 @@
                      description="Palette for water temperature"
                      file="${artifacts.config.dir}/palette/water-temperature.xml"/>
         </palettes>
+
         <horizontal-cross-section-profile>
             <!-- This section configures the "horizontales Schnittprofil" -->
             <samples number="200"/>
         </horizontal-cross-section-profile>
+
         <horizontal-cross-section>
             <!-- This section configures the HorizontalCrossSection ("Horizontalschnitt") -->
-            <samples number="200"/>
+            <samples number="1024"/>
+            <result-shapefile-directory path="${artifacts.config.dir}/../shapefiles/"/>
         </horizontal-cross-section>
+
         <vertical-cross-section>
             <!-- This section configures the "Profilschnitt" -->
             <samples width="1024" height="768"/>
@@ -433,12 +437,14 @@
             -->
         </vertical-cross-section>
     </gnv>
+
     <ehcache>
         <!--  In this Section the Path to Configurationfile for the EHCache,
               which is unsed to store the Results of the Artifacts ,
               is given.-->
         <configuration>${artifacts.config.dir}/ehcache.xml</configuration>
     </ehcache>
+
     <geo-backend>
         <!--  In this Section the required Configuration for the geo-backend is
               given. It is possible to configue the Path of the  ConnectionPool-

http://dive4elements.wald.intevation.org