Re: [OpenLayers-Dev] return from renderer.drawFeature

2011-04-01 Thread Tim Schaub
On 4/1/11 2:30 AM, Andreas Hocevar wrote: Hey Tim, Renderer.SVG returns null from drawFeature when a feature was not completely rendered (i.e. clipped somewhere to not exceed the maximum coordinate value). This is missing in the Renderer::drawFeature API docs. So if we could get rid of Rende

Re: [OpenLayers-Dev] return from renderer.drawFeature

2011-04-01 Thread Andreas Hocevar
Hey Tim, Renderer.SVG returns null from drawFeature when a feature was not completely rendered (i.e. clipped somewhere to not exceed the maximum coordinate value). This is missing in the Renderer::drawFeature API docs. So if we could get rid of Renderer.SVG and replace it with Renderer.SVG2, we

[OpenLayers-Dev] return from renderer.drawFeature

2011-03-31 Thread Tim Schaub
It looks like since r7930 we've been expecting renderers to return truthy values for features that actually get rendered. http://trac.osgeo.org/openlayers/changeset/7930 The canvas renderer missed this change. http://trac.osgeo.org/openlayers/browser/trunk/openlayers/lib/OpenLayers/Renderer/Ca