sascha@3097: <?xml version="1.0" encoding="UTF-8" ?>
sascha@3097: <floodmap>
sascha@3097:     <shapefile-path value="${artifacts.config.dir}/../shapefiles"/>
sascha@3097:     <mapserver>
tom@7780:         <server path="http://yourhost:8081/cgi-bin/"/>
sascha@3097:         <mapfile path="${artifacts.config.dir}/../flys.map"/>
sascha@3097:         <templates path="${artifacts.config.dir}/mapserver/"/>
sascha@3097:         <map-template path="mapfile.vm"/>
sascha@3097:     </mapserver>
sascha@3097: 
sascha@3097:     <velocity>
christian@4656:         <logfile path="${artifacts.config.dir}/../velocity.log"/>
sascha@3097:     </velocity>
sascha@3097: 
tom@7780:     <river name="Beispielfluss">
bettina@5295:         <srid value="31467"/>
tom@7780:         <river-wms url="http://yourhost:8081/cgi-bin/river-wms" layers="Beispielfluss"/>
tom@7780:         <background-wms url="http://osm.intevation.de/bfg/service?" layers="OSM-WMS-Dienst"/>
bettina@5295:     </river>
sascha@3097: </floodmap>