Changeset 3169
- Timestamp:
- 05/24/07 02:47:03 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Format/WKT.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Format/WKT.js
r3158 r3169 223 223 components.push(this.parse.point.apply(this, [points[i]]).geometry); 224 224 } 225 console.log(components);226 225 return new OpenLayers.Feature.Vector( 227 226 new OpenLayers.Geometry.LineString(components)
