now with multiple wfs servers, we do NOT want to clear this list. argh.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@990 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -98,9 +98,6 @@ OpenLayers.Tile.WFS.prototype =
|
||||
*/
|
||||
addResults: function(results) {
|
||||
|
||||
//clear old featureList
|
||||
this.features = new Array();
|
||||
|
||||
for (var i=0; i < results.length; i++) {
|
||||
|
||||
var feature = new this.layer.featureClass(this.layer,
|
||||
|
||||
Reference in New Issue
Block a user