diff artifacts/doc/conf/rivermap.xml @ 8517:288ea098494c

Set useful default for mapserver-URLs.
author "Tom Gottfried <tom@intevation.de>"
date Thu, 18 Dec 2014 15:45:17 +0100
parents 9cce1b34e47b
children 308a0d822d18
line wrap: on
line diff
--- a/artifacts/doc/conf/rivermap.xml	Thu Dec 18 11:20:51 2014 +0100
+++ b/artifacts/doc/conf/rivermap.xml	Thu Dec 18 15:45:17 2014 +0100
@@ -2,7 +2,7 @@
 <!--// configuration fragment for static river WMS //-->
 <rivermap>
     <mapserver>
-        <server path="http://yourhost:8081/cgi-bin/"/>
+        <server path="http://localhost:8081/cgi-bin/"/>
         <mapfile path="${artifacts.config.dir}/../rivers.map"/>
         <templates path="${artifacts.config.dir}/mapserver/"/>
         <map-template path="river-mapfile.vm"/>
@@ -14,7 +14,7 @@
 
     <river name="Beispielfluss">
         <srid value="31467"/>
-        <river-wms url="http://yourhost:8081/cgi-bin/river-wms" layers="Beispielfluss"/>
+        <river-wms url="http://localhost:8081/cgi-bin/river-wms" layers="Beispielfluss"/>
         <background-wms url="http://osm.intevation.de/bfg/service?" layers="OSM-WMS-Dienst"/>
     </river>
 </rivermap>

http://dive4elements.wald.intevation.org