[OpenLayers-Commits] r10962 - sandbox/camptocamp/ifremer/openlayers/lib/OpenLayers/Format/CSWGetRecords

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Dec 14 09:32:09 EST 2010


Author: fvanderbiest
Date: 2010-12-14 06:32:09 -0800 (Tue, 14 Dec 2010)
New Revision: 10962

Modified:
   sandbox/camptocamp/ifremer/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js
Log:
camptocamp/ifremer sandbox: extra commas removed

Modified: sandbox/camptocamp/ifremer/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js
===================================================================
--- sandbox/camptocamp/ifremer/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js	2010-12-14 14:29:33 UTC (rev 10961)
+++ sandbox/camptocamp/ifremer/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js	2010-12-14 14:32:09 UTC (rev 10962)
@@ -37,7 +37,7 @@
         gmd: "http://www.isotc211.org/2005/gmd",
         gml: "http://www.opengis.net/gml",
         ogc: "http://www.opengis.net/ogc",
-        ows: "http://www.opengis.net/ows",
+        ows: "http://www.opengis.net/ows"
     },
     
     /**
@@ -246,7 +246,7 @@
         "gco": {
             "Measure": function(node, obj) {
                 obj.Measure = {
-                    value: this.getChildValue(node),
+                    value: this.getChildValue(node)
                 };
                 var attrs = node.attributes;
                 for(var i=0, len=attrs.length; i<len; ++i) {



More information about the Commits mailing list