OpenLayers OpenLayers

Changeset 209

Show
Ignore:
Timestamp:
05/20/06 00:42:33 (3 years ago)
Author:
crschmidt
Message:

Commit old Feature class as Feature.MetaCarta. This may move out of the main OL repository at some point, and no matter what, it needs to get cleaned up before it goes too much farther.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Tile/WFS.js

    r194 r209  
    9090         
    9191            //make new Feature  
    92             var feature = new ol.Feature(resultFeatures[i]); 
     92            var feature = new OpenLayers.Feature(resultFeatures[i]); 
    9393            this.features.append(feature); 
    9494