[Mapbender-commits] r3230 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Nov 12 04:32:23 EST 2008
Author: christoph
Date: 2008-11-12 04:32:23 -0500 (Wed, 12 Nov 2008)
New Revision: 3230
Modified:
branches/2.5/http/javascripts/wfs.js
Log:
removed faulty comment
Modified: branches/2.5/http/javascripts/wfs.js
===================================================================
--- branches/2.5/http/javascripts/wfs.js 2008-11-12 08:57:26 UTC (rev 3229)
+++ branches/2.5/http/javascripts/wfs.js 2008-11-12 09:32:23 UTC (rev 3230)
@@ -338,7 +338,7 @@
function get_wfs_str(myconf, d, m, type, fid) {
- <!-- Getting the Namspace for the FeautureType -->
+ // Getting the namespace for the FeatureType
var featureTypeArray = myconf['featuretype_name'].split(':')
var featureNS = featureTypeArray[0];
More information about the Mapbender_commits
mailing list