Ticket #1725 (closed bug: fixed)
WFS Layer getDataExtent always pulls from markers subclass
| Reported by: | crschmidt | Owned by: | crschmidt |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.8 Release |
| Component: | Layer.WFS | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The WFS layer can be subclassed from Markers or from Vectors. However, getDataExtent isn't properly handled with regard to this on a WFS layer.
A workaround for vector-based WFS is:
var bounds = OpenLayers.Layer.Vector.prototype.getDataExtent.apply(wfsLayer);
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

