[Mapbender-commits] r4283 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Jul 1 16:32:03 EDT 2009
Author: astrid_emde
Date: 2009-07-01 16:32:03 -0400 (Wed, 01 Jul 2009)
New Revision: 4283
Modified:
trunk/mapbender/http/php/mod_loadWFSCapabilities.php
Log:
GetCapabilities with upper case G, and Version 1.1.0 added
Modified: trunk/mapbender/http/php/mod_loadWFSCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadWFSCapabilities.php 2009-07-01 20:27:23 UTC (rev 4282)
+++ trunk/mapbender/http/php/mod_loadWFSCapabilities.php 2009-07-01 20:32:03 UTC (rev 4283)
@@ -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>";
@@ -158,4 +159,4 @@
echo "</form>";
?>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the Mapbender_commits
mailing list