Changeset 7513
- Timestamp:
- 07/15/08 16:17:30 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/trimet/lib/OpenLayers/Format/GML/Base.js
r7512 r7513 222 222 new OpenLayers.Geometry.MultiPoint(obj.components) 223 223 ]; 224 }, 225 "pointMember": function(node, obj) { 226 this.readChildNode(node, obj); 224 227 }, 225 228 "LineString": function(node, container) {
