destroyFeatures: function(features, options) {
  var all = (features == undefined); // evaluates to true if
// features is null
if(all) {
features = this.features;
}
  if(features) {
this.removeFeatures(features, options);
  for(var i=features.length-1; i>=0; i--) {
  features[i].destroy();
  }
  }
  },

I am getting regular errors
"features[i].destroy is not a function"  at this point.

If I breakpoint here, spatial filter requests are not posted. If I dont 
breakpoint, then get this error after every second post I think.
-- 
Phil Scadden, Senior Scientist GNS Science Ltd 764 Cumberland St, 
Private Bag 1930, Dunedin, New Zealand Ph +64 3 4799663, fax +64 3 477 5232


Notice: This email and any attachments are confidential. If received in error 
please destroy and immediately notify us. Do not copy or disclose the contents.

_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to