[Mapbender-commits] r4282 - branches/2.6/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jul 1 16:27:23 EDT 2009


Author: astrid_emde
Date: 2009-07-01 16:27:23 -0400 (Wed, 01 Jul 2009)
New Revision: 4282

Modified:
   branches/2.6/http/php/mod_loadWFSCapabilities.php
Log:
changed to REQUEST=GetCapabilities --> with G

added version VERSION=1.1.0

Modified: branches/2.6/http/php/mod_loadWFSCapabilities.php
===================================================================
--- branches/2.6/http/php/mod_loadWFSCapabilities.php	2009-07-01 16:20:20 UTC (rev 4281)
+++ branches/2.6/http/php/mod_loadWFSCapabilities.php	2009-07-01 20:27:23 UTC (rev 4282)
@@ -145,7 +145,8 @@
 echo "<tr></table><br>";
 echo "Add the following REQUEST to the Online Resource URL to obtain the Capabilities document:<br>";
 echo "<i>(Triple click to select and copy)</i><br>"; 
-echo "REQUEST=getCapabilities&VERSION=1.0.0&SERVICE=WFS<br>";
+echo "REQUEST=GetCapabilities&VERSION=1.0.0&SERVICE=WFS<br>";
+echo "REQUEST=GetCapabilities&VERSION=1.1.0&SERVICE=WFS<br>";
 echo "<br><br>";
 echo "Link to WFS Capabilities URL:<br>";
 



More information about the Mapbender_commits mailing list