Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9750:432934cda171 | 9751:308a0d822d18 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | 1 <?xml version="1.0" encoding="UTF-8" ?> |
2 <!--// configuration fragment for static river WMS //--> | 2 <!--// configuration fragment for static river WMS //--> |
3 <rivermap> | 3 <rivermap> |
4 <mapserver> | 4 <mapfile path="rivers.map"/> |
5 <server path="http://localhost:8081/cgi-bin/"/> | 5 <map-template path="river-mapfile.vm"/> |
6 <mapfile path="${artifacts.config.dir}/../rivers.map"/> | |
7 <templates path="${artifacts.config.dir}/mapserver/"/> | |
8 <map-template path="river-mapfile.vm"/> | |
9 </mapserver> | |
10 | 6 |
11 <velocity> | 7 <velocity> |
12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> | 8 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> |
13 </velocity> | 9 </velocity> |
14 | 10 |