comparison gnv-artifacts/doc/conf/conf.xml @ 755:8dc8d04084d4

Integrated FIS Marine Features with Product Layer into the System. gnv-artifacts/trunk@802 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 19 Mar 2010 10:57:40 +0000
parents 7b3ee0ac9905
children ec2265bb85a1
comparison
equal deleted inserted replaced
754:5d45357dbc6d 755:8dc8d04084d4
1 <artifact-database> 1 <artifact-database>
2 <export-secret>BLABLABLBALBLABL</export-secret>
2 <factories> 3 <factories>
3 <context-factory>de.intevation.gnv.artifacts.context.GNVArtifactContextFactory</context-factory> 4 <context-factory>de.intevation.gnv.artifacts.context.GNVArtifactContextFactory</context-factory>
4 <artifact-factories> 5 <artifact-factories>
5 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet" 6 <artifact-factory name="fis_marnet" description="Factory to create an artifact to be used with the FIS Marnet"
6 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 7 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
35 <artifact-factory name="fis_currentmeter" description="Factory to create an artifact to be used with the FIS Modeldata" 36 <artifact-factory name="fis_currentmeter" description="Factory to create an artifact to be used with the FIS Modeldata"
36 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 37 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
37 <artifact-factory name="fis_nauthis" description="Factory to create an artifact to be used with the FIS Nauthis" 38 <artifact-factory name="fis_nauthis" description="Factory to create an artifact to be used with the FIS Nauthis"
38 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 39 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
39 <artifact-factory name="fis_contis" description="Factory to create an artifact to be used with the FIS Conthis" 40 <artifact-factory name="fis_contis" description="Factory to create an artifact to be used with the FIS Conthis"
41 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
42 <artifact-factory name="fis_marinefeatures" description="Factory to create an artifact to be used with the FIS Conthis"
40 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory> 43 ttl="3600000" artifact="de.intevation.artifactdatabase.ProxyArtifact">de.intevation.gnv.artifacts.GNVProductArtifactFactory</artifact-factory>
41 </artifact-factories> 44 </artifact-factories>
42 <service-factories> 45 <service-factories>
43 <service-factory 46 <service-factory
44 name="metadata" 47 name="metadata"
398 <parameter name="fisname" value="fis_nauthis"/> 401 <parameter name="fisname" value="fis_nauthis"/>
399 </parameters> 402 </parameters>
400 </product> 403 </product>
401 </products> 404 </products>
402 </artifact> 405 </artifact>
406
407 <artifact name="fis_marinefeatures">
408 <products>
409 <product name= "layer">
410 <artifact-factory name="layer" description="Artiefactfactory for Instantiating the Artifact for the Product Layer"
411 ttl="300000" artifact="de.intevation.gnv.layer.LayerArtifact">de.intevation.gnv.artifacts.GNVArtifactFactory</artifact-factory>
412 <parameters>
413 <parameter name="sourceid" value="median%"/>
414 <parameter name="fisname" value="fis_marinefeatures"/>
415 </parameters>
416 </product>
417 </products>
418 </artifact>
419
420
403 421
404 <!-- Product specific Artifacts which are referenced by the Artifacts 422 <!-- Product specific Artifacts which are referenced by the Artifacts
405 of the FIS above. 423 of the FIS above.
406 The product-Artifacts can be configured here or can be referenced 424 The product-Artifacts can be configured here or can be referenced
407 using an xlink:href-Attribute. --> 425 using an xlink:href-Attribute. -->
479 <!-- The target directory for shapefiles --> 497 <!-- The target directory for shapefiles -->
480 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" /> 498 <shapefile-directory path="${artifacts.config.dir}/../shapefiles/" />
481 499
482 <!-- In this section the required Configuration for mapfile generation is 500 <!-- In this section the required Configuration for mapfile generation is
483 given. --> 501 given. -->
484 <map-generator> 502 <map-generator>
485 <mapfile path="/opt/artifacts/mapfiles/mapfile.map" /> 503 <mapfile path="/opt/artifacts/mapfiles/mapfile.map" />
486 <templates> 504 <templates>
487 <path>${artifacts.config.dir}/maptemplates</path> 505 <path>${artifacts.config.dir}/maptemplates</path>
488 <maptemplate>mapfile.vm</maptemplate> 506 <maptemplate>mapfile.vm</maptemplate>
489 </templates> 507 </templates>

http://dive4elements.wald.intevation.org