[PATCH] Set useful default for mapserver-URLs
Wald Commits
scm-commit at wald.intevation.org
Thu Dec 18 15:45:43 CET 2014
# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1418913917 -3600
# Node ID 288ea098494c55a5695eb3d15d549381d56893fd
# Parent dc02c7f96ad816c359097b4df10ce3eb5230a281
Set useful default for mapserver-URLs.
diff -r dc02c7f96ad8 -r 288ea098494c artifacts/doc/conf/floodmap.xml
--- a/artifacts/doc/conf/floodmap.xml Thu Dec 18 11:20:51 2014 +0100
+++ b/artifacts/doc/conf/floodmap.xml Thu Dec 18 15:45:17 2014 +0100
@@ -2,7 +2,7 @@
<floodmap>
<shapefile-path value="${artifacts.config.dir}/../shapefiles"/>
<mapserver>
- <server path="http://yourhost:8081/cgi-bin/"/>
+ <server path="http://localhost:8081/cgi-bin/"/>
<mapfile path="${artifacts.config.dir}/../flys.map"/>
<templates path="${artifacts.config.dir}/mapserver/"/>
<map-template path="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>
</floodmap>
diff -r dc02c7f96ad8 -r 288ea098494c artifacts/doc/conf/rivermap.xml
--- 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>
diff -r dc02c7f96ad8 -r 288ea098494c doc/INSTALL_DE
--- a/doc/INSTALL_DE Thu Dec 18 11:20:51 2014 +0100
+++ b/doc/INSTALL_DE Thu Dec 18 15:45:17 2014 +0100
@@ -144,10 +144,6 @@
$ nano conf.xml
<dgm-path>/opt/d4e-river/dgm/</dgm-path>
-#. Einstellen der WMS Urls
- # Anstatt yourhost:8081 in rivermap.xml und floodmap.xml den korrekten
- # Host eintragen auf dem der MapServer läuft
-
Konfigurieren des Logging
-------------------------
More information about the Dive4Elements-commits
mailing list