Mercurial > dive4elements > river
diff artifacts/doc/conf/rivermap.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 | 288ea098494c |
children | 7227621f8496 |
line wrap: on
line diff
--- a/artifacts/doc/conf/rivermap.xml Mon Oct 10 15:29:44 2022 +0200 +++ b/artifacts/doc/conf/rivermap.xml Tue Oct 11 11:42:09 2022 +0200 @@ -1,12 +1,8 @@ <?xml version="1.0" encoding="UTF-8" ?> <!--// configuration fragment for static river WMS //--> <rivermap> - <mapserver> - <server path="http://localhost:8081/cgi-bin/"/> - <mapfile path="${artifacts.config.dir}/../rivers.map"/> - <templates path="${artifacts.config.dir}/mapserver/"/> - <map-template path="river-mapfile.vm"/> - </mapserver> + <mapfile path="rivers.map"/> + <map-template path="river-mapfile.vm"/> <velocity> <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/>