diff artifacts/doc/conf/conf.xml @ 9751:308a0d822d18 3.2.x

Keep configuration and data in distinct directories This allows having distinct volumes for configuration and data (artifact database, generated mapfiles and shapefiles, etc.). While at it, cleanup MapServer configuration a little bit.
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Oct 2022 11:42:09 +0200
parents 48cce699e387
children cd07130ded8d
line wrap: on
line diff
--- a/artifacts/doc/conf/conf.xml	Mon Oct 10 15:29:44 2022 +0200
+++ b/artifacts/doc/conf/conf.xml	Tue Oct 11 11:42:09 2022 +0200
@@ -319,6 +319,13 @@
         <template>${artifacts.config.dir}/meta-data.xml</template>
     </metadata>
 
+    <!-- MapServer integration -->
+    <mapserver>
+        <server path="http://localhost:8081/cgi-bin/"/>
+        <!-- Directory where generated mapfiles and shapefiles will be stored -->
+        <mapfiles path="${artifacts.config.dir}/../artifacts-data/mapserver/"/>
+        <templates path="${artifacts.config.dir}/mapserver/"/>
+    </mapserver>
     &floodmap;
     &rivermap;
 

http://dive4elements.wald.intevation.org