Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/floodmap.xml @ 4555:0441f62535af
Adapt WMS URLs in floodmap.xml to user-wms.
This is necessary to show river axes in client's DigitizePanel.
author | Christian Lins <christian.lins@intevation.de> |
---|---|
date | Fri, 16 Nov 2012 12:40:27 +0100 |
parents | c041944a7f74 |
children | 442fbb290fa8 |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/floodmap.xml Fri Nov 16 12:37:04 2012 +0100 +++ b/flys-artifacts/doc/conf/floodmap.xml Fri Nov 16 12:40:27 2012 +0100 @@ -14,17 +14,17 @@ <river name="Saar"> <srid value="31466"/> - <river-wms url="http://flys-devel.intevation.de/cgi-bin/saar-wms"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/user-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> <river name="Mosel"> <srid value="31466"/> - <river-wms url="http://flys-devel.intevation.de/cgi-bin/mosel-wms"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/user-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> <river name="Elbe"> <srid value="31466"/> - <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms"/> + <river-wms url="http://flys-devel.intevation.de/cgi-bin/elbe-wms" layers="FLYS-Map"/> <background-wms url="http://vmap0.tiles.osgeo.org/wms/vmap0" layers="basic"/> </river> </floodmap>