[OpenLayers-Commits] r7513 - sandbox/topp/trimet/lib/OpenLayers/Format/GML

commits at openlayers.org commits at openlayers.org
Tue Jul 15 16:17:30 EDT 2008


Author: tschaub
Date: 2008-07-15 16:17:30 -0400 (Tue, 15 Jul 2008)
New Revision: 7513

Modified:
   sandbox/topp/trimet/lib/OpenLayers/Format/GML/Base.js
Log:
and pointMember for multipoint

Modified: sandbox/topp/trimet/lib/OpenLayers/Format/GML/Base.js
===================================================================
--- sandbox/topp/trimet/lib/OpenLayers/Format/GML/Base.js	2008-07-15 20:15:56 UTC (rev 7512)
+++ sandbox/topp/trimet/lib/OpenLayers/Format/GML/Base.js	2008-07-15 20:17:30 UTC (rev 7513)
@@ -222,6 +222,9 @@
                     new OpenLayers.Geometry.MultiPoint(obj.components)
                 ];
             },
+            "pointMember": function(node, obj) {
+                this.readChildNode(node, obj);
+            },
             "LineString": function(node, container) {
                 var obj = {};
                 this.readChildNodes(node, obj);



More information about the Commits mailing list