Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
471:06887e2e3f7a | 472:d6a100d5f74a |
---|---|
410 <palette name="water-temperature" | 410 <palette name="water-temperature" |
411 parameter-ids="1" | 411 parameter-ids="1" |
412 description="Palette for water temperature" | 412 description="Palette for water temperature" |
413 file="${artifacts.config.dir}/palette/water-temperature.xml"/> | 413 file="${artifacts.config.dir}/palette/water-temperature.xml"/> |
414 </palettes> | 414 </palettes> |
415 | |
415 <horizontal-cross-section-profile> | 416 <horizontal-cross-section-profile> |
416 <!-- This section configures the "horizontales Schnittprofil" --> | 417 <!-- This section configures the "horizontales Schnittprofil" --> |
417 <samples number="200"/> | 418 <samples number="200"/> |
418 </horizontal-cross-section-profile> | 419 </horizontal-cross-section-profile> |
420 | |
419 <horizontal-cross-section> | 421 <horizontal-cross-section> |
420 <!-- This section configures the HorizontalCrossSection ("Horizontalschnitt") --> | 422 <!-- This section configures the HorizontalCrossSection ("Horizontalschnitt") --> |
421 <samples number="200"/> | 423 <samples number="1024"/> |
424 <result-shapefile-directory path="${artifacts.config.dir}/../shapefiles/"/> | |
422 </horizontal-cross-section> | 425 </horizontal-cross-section> |
426 | |
423 <vertical-cross-section> | 427 <vertical-cross-section> |
424 <!-- This section configures the "Profilschnitt" --> | 428 <!-- This section configures the "Profilschnitt" --> |
425 <samples width="1024" height="768"/> | 429 <samples width="1024" height="768"/> |
426 <ground interpolation="bilinear" /> | 430 <ground interpolation="bilinear" /> |
427 <!-- | 431 <!-- |
431 radius="5"/> | 435 radius="5"/> |
432 </filters> | 436 </filters> |
433 --> | 437 --> |
434 </vertical-cross-section> | 438 </vertical-cross-section> |
435 </gnv> | 439 </gnv> |
440 | |
436 <ehcache> | 441 <ehcache> |
437 <!-- In this Section the Path to Configurationfile for the EHCache, | 442 <!-- In this Section the Path to Configurationfile for the EHCache, |
438 which is unsed to store the Results of the Artifacts , | 443 which is unsed to store the Results of the Artifacts , |
439 is given.--> | 444 is given.--> |
440 <configuration>${artifacts.config.dir}/ehcache.xml</configuration> | 445 <configuration>${artifacts.config.dir}/ehcache.xml</configuration> |
441 </ehcache> | 446 </ehcache> |
447 | |
442 <geo-backend> | 448 <geo-backend> |
443 <!-- In this Section the required Configuration for the geo-backend is | 449 <!-- In this Section the required Configuration for the geo-backend is |
444 given. It is possible to configue the Path of the ConnectionPool- | 450 given. It is possible to configue the Path of the ConnectionPool- |
445 Properties and the Query-Properties-File where all required | 451 Properties and the Query-Properties-File where all required |
446 Queries of the System are stored. --> | 452 Queries of the System are stored. --> |