[OpenLayers-Trac] [OpenLayers] #3225: Missing return value in the Renderer.Canvas.drawFeature() method

OpenLayers trac-20090302 at openlayers.org
Thu Mar 31 08:21:27 EDT 2011


#3225: Missing return value in the Renderer.Canvas.drawFeature() method
-------------------------------------------+--------------------------------
 Reporter:  vog                            |       Owner:  crschmidt   
     Type:  bug                            |      Status:  new         
 Priority:  minor                          |   Milestone:  2.11 Release
Component:  Renderer.Canvas                |     Version:  2.10        
 Keywords:  performance, canvas, renderer  |       State:  Review      
-------------------------------------------+--------------------------------
 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.

-- 
Ticket URL: <http://trac.openlayers.org/ticket/3225>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer


More information about the Trac mailing list