[Dive4elements-commits] [PATCH] Adapt WMS URLs in floodmap.xml to user-wms

Wald Commits scm-commit at wald.intevation.org
Fri Nov 16 12:40:33 CET 2012


# HG changeset patch
# User Christian Lins <christian.lins at intevation.de>
# Date 1353066027 -3600
# Node ID 0441f62535af6379c4c098c41d76732d35bfe2f3
# Parent  d961bb99a5c2666c5e17a2822a32257d7f88bc81
Adapt WMS URLs in floodmap.xml to user-wms.
This is necessary to show river axes in client's DigitizePanel.

diff -r d961bb99a5c2 -r 0441f62535af flys-artifacts/doc/conf/floodmap.xml
--- 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>


More information about the Dive4elements-commits mailing list