[Mapbender-commits] r2465 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue May 20 00:53:38 EDT 2008


Author: astrid_emde
Date: 2008-05-20 00:53:38 -0400 (Tue, 20 May 2008)
New Revision: 2465

Modified:
   branches/2.5/http/javascripts/wfs.js
Log:
changes in describeFeatureType request in Schema Location. Only content fromcolumn wfs_describefeaturetype is added - no get parameters

Modified: branches/2.5/http/javascripts/wfs.js
===================================================================
--- branches/2.5/http/javascripts/wfs.js	2008-05-19 16:47:00 UTC (rev 2464)
+++ branches/2.5/http/javascripts/wfs.js	2008-05-20 04:53:38 UTC (rev 2465)
@@ -242,8 +242,8 @@
 	str += ' http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd';
 	str += ' ' + strForSchemaLocation;
 	str += ' '+ myconf['wfs_describefeaturetype'];
-	str += mb_getConjunctionCharacter(myconf['wfs_describefeaturetype']);
-	str += 'typename=' + myconf['featuretype_name'];
+	//str += mb_getConjunctionCharacter(myconf['wfs_describefeaturetype']);
+	//str += 'typename=' + myconf['featuretype_name'];
 	str += '">';
 
 	//



More information about the Mapbender_commits mailing list