Ticket #3225 (closed bug: fixed)
Missing return value in the Renderer.Canvas.drawFeature() method
| Reported by: | vog | Owned by: | crschmidt |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | Renderer.Canvas | Version: | 2.10 |
| Keywords: | performance, canvas, renderer | Cc: | m.pohl@… |
| State: | Commit |
Description
The attached patch provides a return value for the Renderer.Canvas.drawFeature() method. This is expected by the vector layer in order to determine whether the feature has or hasn't been rendered.
The patch is fairly simple, it always returns true. That way, the features won't be added to the "unrenderedFeatures" array of the vector layer.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

