Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/rivermap.xml @ 4810:5ca2516ebef1
Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Thu, 17 Jan 2013 21:06:41 +0100 |
parents | 13abfb1bcb75 |
children | 3f0c8ef42b7a |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/rivermap.xml Wed Jan 16 22:53:58 2013 +0100 +++ b/flys-artifacts/doc/conf/rivermap.xml Thu Jan 17 21:06:41 2013 +0100 @@ -11,4 +11,20 @@ <velocity> <logfile path="${artifacts.config.dir}/../rivermap_velocity.log"/> </velocity> + + <river name="Saar"> + <srid value="31467"/> + <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Saar"/> + <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> + </river> + <river name="Mosel"> + <srid value="31467"/> + <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Mosel"/> + <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> + </river> + <river name="Elbe"> + <srid value="31467"/> + <river-wms url="http://localhost:7777/cgi-bin/river-wms" layers="Elbe"/> + <background-wms url="http://osm.intevation.de/mapcache/?" layers="flys-wms"/> + </river> </rivermap>