diff flys-artifacts/doc/conf/conf.xml @ 4656:442fbb290fa8

Introduce river mapfile generation (WARNING: Changes in config xml files required!). On startup the RiverMapfileGeneratorStarter is called by the server app. The starter invokes a call to RiverMapfileGenerator.generate() which reads all available rivers from the database and generates layers for each river (in theory...uncompleted) in a river.map file. The old MapfileGenerator which generates layers that have artifact dependencies is now in ArtifactMapfileGenerator.
author Christian Lins <christian.lins@intevation.de>
date Tue, 11 Dec 2012 15:24:24 +0100
parents 861c47e0a8a0
children a7d080347ac3
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml	Tue Dec 11 09:44:04 2012 +0100
+++ b/flys-artifacts/doc/conf/conf.xml	Tue Dec 11 15:24:24 2012 +0100
@@ -6,6 +6,7 @@
     <!ENTITY seddb-db    SYSTEM "seddb-db.xml">
     <!ENTITY rest-server SYSTEM "rest-server.xml">
     <!ENTITY floodmap    SYSTEM "floodmap.xml">
+    <!ENTITY rivermap	 SYSTEM "rivermap.xml">
 ]>
 <artifact-database>
     <export-secret>YOUR_SECRET</export-secret>
@@ -224,7 +225,7 @@
     <lifetime-listeners>
         <listener>de.intevation.flys.artifacts.datacage.Datacage</listener>
         <listener>de.intevation.flys.wsplgen.SchedulerSetup</listener>
-        <listener>de.intevation.flys.map.RiverMapGeneratorStarter</listener>
+        <listener>de.intevation.flys.artifacts.map.RiverMapfileGeneratorStarter</listener>
     </lifetime-listeners>
 
     <backend-listeners>
@@ -371,6 +372,7 @@
     </metadata>
 
     &floodmap;
+    &rivermap;
 
     &rest-server;
 

http://dive4elements.wald.intevation.org