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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jun 3 01:13:27 PDT 2013


Author: verenadiewald
Date: 2013-06-03 01:13:27 -0700 (Mon, 03 Jun 2013)
New Revision: 8636

Modified:
   trunk/mapbender/http/php/mod_loadWFSCapabilities.php
Log:
added request params for GetCapabilities with wfs 2.0.0

Modified: trunk/mapbender/http/php/mod_loadWFSCapabilities.php
===================================================================
--- trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2013-06-03 08:11:18 UTC (rev 8635)
+++ trunk/mapbender/http/php/mod_loadWFSCapabilities.php	2013-06-03 08:13:27 UTC (rev 8636)
@@ -157,6 +157,7 @@
 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.1.0&SERVICE=WFS<br>";
+echo "REQUEST=GetCapabilities&VERSION=2.0.0&SERVICE=WFS<br>";
 echo "<br><br>";
 echo "Link to WFS Capabilities URL:<br>";
 



More information about the Mapbender_commits mailing list