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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user