git-svn-id: http://svn.openlayers.org/trunk/openlayers@8420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -157,13 +157,9 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, {
|
||||
* returned by the layer protocol.
|
||||
*/
|
||||
triggerRead: function() {
|
||||
var filter = this.createFilter();
|
||||
if (this.response && this.response.priv &&
|
||||
typeof this.response.priv.abort == "function") {
|
||||
this.response.priv.abort();
|
||||
}
|
||||
this.layer.protocol.abort(this.response);
|
||||
this.response = this.layer.protocol.read({
|
||||
filter: filter,
|
||||
filter: this.createFilter(),
|
||||
callback: this.merge,
|
||||
scope: this
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user