Ticket #475 (closed bug: fixed)
removeMarker does not work in Boxes Layer
| Reported by: | euzuro | Owned by: | sderle |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4 Release |
| Component: | Layer.Boxes | Version: | 2.3 RC2 |
| Keywords: | Cc: | ||
| State: |
Description
Because the OL.Marker.Box is quite different from OL.Marker, the OL.Layer.Boxes layer cannot simply inherit OL.Layer.Markers's removeMarker() function.
If you try to call removeMarker() on a boxes layer, it will not raise an error, but it will do nothing.
Therefore, removeMarker() needs to be overridden to work correctly.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

