Mercurial > dive4elements > river
changeset 8517:288ea098494c
Set useful default for mapserver-URLs.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Thu, 18 Dec 2014 15:45:17 +0100 |
parents | dc02c7f96ad8 |
children | 2dba91c00c72 |
files | artifacts/doc/conf/floodmap.xml artifacts/doc/conf/rivermap.xml doc/INSTALL_DE |
diffstat | 3 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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>
--- 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>
--- 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 -------------------------