Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/floodmap.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 | 0441f62535af |
children | 3f0c8ef42b7a |
comparison
equal
deleted
inserted
replaced
4655:cd44d28d0fbc | 4656:442fbb290fa8 |
---|---|
7 <templates path="${artifacts.config.dir}/mapserver/"/> | 7 <templates path="${artifacts.config.dir}/mapserver/"/> |
8 <map-template path="mapfile.vm"/> | 8 <map-template path="mapfile.vm"/> |
9 </mapserver> | 9 </mapserver> |
10 | 10 |
11 <velocity> | 11 <velocity> |
12 <logfile path="${artifacts.config.dir}/../velocity_log.log"/> | 12 <logfile path="${artifacts.config.dir}/../velocity.log"/> |
13 </velocity> | 13 </velocity> |
14 | 14 |
15 <river name="Saar"> | 15 <river name="Saar"> |
16 <srid value="31466"/> | 16 <srid value="31466"/> |
17 <river-wms url="http://flys-devel.intevation.de/cgi-bin/user-wms" layers="FLYS-Map"/> | 17 <river-wms url="http://flys-devel.intevation.de/cgi-bin/user-wms" layers="FLYS-Map"/> |