[PATCH] mapserver templates for flys.map and rivers.map: correcting the wms_onlineresource URL to partly help (issue1023)
Wald Commits
scm-commit at wald.intevation.org
Tue Sep 10 09:42:38 CEST 2013
# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1378798954 -7200
# Node ID 4caa92a5be96dffa2e8455068c5cc2859157a202
# Parent 3bff11208d3d00203f0a8c47fe5dda161eb9116b
mapserver templates for flys.map and rivers.map: correcting the wms_onlineresource URL to partly help (issue1023)
diff -r 3bff11208d3d -r 4caa92a5be96 artifacts/doc/conf/mapserver/mapfile.vm
--- a/artifacts/doc/conf/mapserver/mapfile.vm Mon Sep 09 18:22:47 2013 +0200
+++ b/artifacts/doc/conf/mapserver/mapfile.vm Tue Sep 10 09:42:34 2013 +0200
@@ -19,7 +19,7 @@
WEB
METADATA
"wms_title" "FLYS Web Map Service"
- "wms_onlineresource" "$MAPSERVERURL/user-wms?"
+ "wms_onlineresource" "${MAPSERVERURL}user-wms"
"wms_encoding" "UTF-8"
"wms_accessconstraints" "none"
"wms_fees" "none"
diff -r 3bff11208d3d -r 4caa92a5be96 artifacts/doc/conf/mapserver/river-mapfile.vm
--- a/artifacts/doc/conf/mapserver/river-mapfile.vm Mon Sep 09 18:22:47 2013 +0200
+++ b/artifacts/doc/conf/mapserver/river-mapfile.vm Tue Sep 10 09:42:34 2013 +0200
@@ -19,7 +19,7 @@
WEB
METADATA
"wms_title" "FLYS Rivers Web Map Service"
- #"wms_onlineresource" "http://localhost:7777/river-wms" # "$MAPSERVERURL"
+ "wms_onlineresource" "${MAPSERVERURL}river-wms"
"wms_encoding" "UTF-8"
"wms_accessconstraints" "none"
"wms_fees" "none"
More information about the Dive4elements-commits
mailing list