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.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@209 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-20 04:42:33 +00:00
parent eaa7ddcfd9
commit 149d65a045
2 changed files with 223 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ OpenLayers.Tile.WFS.prototype =
for (var i=0; i < resultFeatures.length; i++) {
//make new Feature
var feature = new ol.Feature(resultFeatures[i]);
var feature = new OpenLayers.Feature(resultFeatures[i]);
this.features.append(feature);
//make new Icon