christian@4656: <?xml version="1.0" encoding="UTF-8" ?>
christian@4656: <!--// configuration fragment for static river WMS //-->
christian@4656: <rivermap>
christian@4656:     <mapserver>
tom@7780:         <server path="http://yourhost:8081/cgi-bin/"/>
christian@4656:         <mapfile path="${artifacts.config.dir}/../rivers.map"/>
christian@4656:         <templates path="${artifacts.config.dir}/mapserver/"/>
christian@4702:         <map-template path="river-mapfile.vm"/>
christian@4656:     </mapserver>
christian@4656: 
christian@4656:     <velocity>
christian@4656:         <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/>
christian@4656:     </velocity>
tom@7780: 
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@5299:     </river>
christian@4656: </rivermap>