[Mapbender-commits] r5104 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Dec 10 01:06:47 EST 2009


Author: armin11
Date: 2009-12-10 01:06:46 -0500 (Thu, 10 Dec 2009)
New Revision: 5104

Modified:
   trunk/mapbender/http/php/mod_loadCapabilities.php
Log:
little help text

Modified: trunk/mapbender/http/php/mod_loadCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadCapabilities.php	2009-12-09 17:24:56 UTC (rev 5103)
+++ trunk/mapbender/http/php/mod_loadCapabilities.php	2009-12-10 06:06:46 UTC (rev 5104)
@@ -152,7 +152,7 @@
 	echo "REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.1<br>";
 	echo "REQUEST=GetCapabilities&SERVICE=WMS&VERSION=1.1.0<br>";
 	echo "REQUEST=capabilities&WMTVER=1.0.0<br><br>";
-	echo "Link to WMS Capabilities URL:<br>";
+	echo "Link to WMS Capabilities URL (Note: Registrating of http-secured services only possible if the <b>curl library</b>  is used for connections - defined in mapbender.conf):<br>";
 	#echo "Load WMS capabilities URL:<br>"
 	
 	if (isset($xml_file)){



More information about the Mapbender_commits mailing list