OpenLayers OpenLayers

Changeset 3169

Show
Ignore:
Timestamp:
05/24/07 02:47:03 (2 years ago)
Author:
crschmidt
Message:

remove console.log() from OpenLayers.Format.WKT , patch from Fredj, #720 (thx)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Format/WKT.js

    r3158 r3169  
    223223                components.push(this.parse.point.apply(this, [points[i]]).geometry); 
    224224            } 
    225             console.log(components); 
    226225            return new OpenLayers.Feature.Vector( 
    227226                new OpenLayers.Geometry.LineString(components)