OpenLayers OpenLayers

Ticket #1045 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

WFS Layer loadstart/loadend events missing in moveTo()

Reported by: rdewit Assigned to: tschaub
Priority: trivial Milestone: 2.5 Release
Component: Layer.WFS Version: SVN
Keywords: Cc:
State:

Description

The method moveTo() the following monotoring hook is missing after line 259 in Layer/WFS.js (SVN trunk: revision 4759)

this.addTileMonitoringHooks(this.tile);

A current tile is destroyed and a new tile is created, but not getting the monitoring hooks before being drawn. This results in the loadstart/loadend events not being triggered.

Attachments

Layer_WFS.js.diff (474 bytes) - added by rdewit on 10/02/07 21:01:29.
svn diff Layer/WFS.js

Change History

10/02/07 21:01:29 changed by rdewit

  • attachment Layer_WFS.js.diff added.

svn diff Layer/WFS.js

10/02/07 21:13:05 changed by rdewit

  • owner set to tschaub.
  • component changed from general to Layer.WFS.

10/02/07 21:23:37 changed by crschmidt

(In [4760]) The WFS moveTo function was not calling addTileMonitoringHooks on new tiles it created after the first one. this means that the layer loadstart/loadend functions were never being called. Fix with a patch by rdewit. (See #1045)

10/02/07 21:23:53 changed by crschmidt

  • keywords set to pullup.

10/03/07 16:27:17 changed by crschmidt

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4794]) Pull up most of the changes for what will be 2.5RC4:

  • Clone on WMS/MS Untiled, 4760:4761 (Closes #1013)
  • serviceVersion on TMS, 4720:4721 (Closes #1023)
  • W3CGeo in Format.GeoRSS, 4768:4769, 4778:4779 (Closes #1024)
  • GeoJSON Draft4 Update, 4769:4770 (Closes #1028)
  • pagePosition Regression 4782:4783, (Closes #1034)
  • example changes 4691:4692 (Closes #1040)
  • WFS missing registerTileListener 4759:4760 (Closes #1045)
  • Yahoo API to stop dragging 4792:4793 (Closes #1052)