comparison gnv-artifacts/doc/conf/conf.xml @ 426:3a0c0ad113d9

Load palettes from configuration. gnv-artifacts/trunk@474 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 Dec 2009 10:34:15 +0000
parents 8656162eb52d
children 23e9352df09b
comparison
equal deleted inserted replaced
425:15b8e95fa8da 426:3a0c0ad113d9
383 383
384 <artifact name="verticalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/verticalcrosssection/conf_mesh.xml" /> 384 <artifact name="verticalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/verticalcrosssection/conf_mesh.xml" />
385 385
386 <artifact name="horizontalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/horizontalcrosssection/conf_mesh.xml" /> 386 <artifact name="horizontalCrossSectionMesh" xlink:href="${artifacts.config.dir}/products/horizontalcrosssection/conf_mesh.xml" />
387 </artifacts> 387 </artifacts>
388 <charttemplate>
389 <!-- This section configures the path to the template used to create
390 charts. -->
391 <configuration>${artifacts.config.dir}/charttemplate.xml</configuration>
392 </charttemplate>
393 <palettes>
394 <!-- This section configures the palettes used in 2D diagrams. -->
395 <palette name="flow-velocity"
396 description="Palette for flow velocity"
397 file="${artifacts.config.dir}/palette/flow-velocity.xml"/>
398 <palette name="salinity"
399 description="Palette for salinity"
400 file="${artifacts.config.dir}/palette/flow-velocity.xml"/>
401 <palette name="water-levels"
402 description="Palette for water levels"
403 file="${artifacts.config.dir}/palette/water-levels.xml"/>
404 <palette name="water-temperature"
405 description="Palette for water temperature"
406 file="${artifacts.config.dir}/palette/water-temperature.xml"/>
407 </palettes>
388 <ehcache> 408 <ehcache>
389 <!-- In this Section the Path to Configurationfile for the EHCache, 409 <!-- In this Section the Path to Configurationfile for the EHCache,
390 which is unsed to store the Results of the Artifacts , 410 which is unsed to store the Results of the Artifacts ,
391 is given.--> 411 is given.-->
392 <configuration>${artifacts.config.dir}/ehcache.xml</configuration> 412 <configuration>${artifacts.config.dir}/ehcache.xml</configuration>
413 <password></password> 433 <password></password>
414 <!--url>jdbc:h2:src/test/ressources/artifacts.db</url> 434 <!--url>jdbc:h2:src/test/ressources/artifacts.db</url>
415 <driver>org.h2.Driver</driver> 435 <driver>org.h2.Driver</driver>
416 <sql></sql> --> 436 <sql></sql> -->
417 </database> 437 </database>
418 <charttemplate>
419 <!-- This section configures the path to the template used to create
420 charts. -->
421 <configuration>${artifacts.config.dir}/charttemplate.xml</configuration>
422 </charttemplate>
423 </artifact-database> 438 </artifact-database>

http://dive4elements.wald.intevation.org