Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/rivermap.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 | |
children | 13abfb1bcb75 |
comparison
equal
deleted
inserted
replaced
4655:cd44d28d0fbc | 4656:442fbb290fa8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <!--// configuration fragment for static river WMS //--> | |
3 <rivermap> | |
4 <mapserver> | |
5 <server path="http://flys-devel.intevation.de/cgi-bin/"/> | |
6 <mapfile path="${artifacts.config.dir}/../rivers.map"/> | |
7 <templates path="${artifacts.config.dir}/mapserver/"/> | |
8 <map-template path="mapfile.vm"/> | |
9 </mapserver> | |
10 | |
11 <velocity> | |
12 <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> | |
13 </velocity> | |
14 </rivermap> |