<br><br>On Thursday, June 7, 2012, William DePalo  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
A couple of days ago I asked why clicking on a line string feature in a KML layer displayed in the Chrome browser would not raise an event even though the same code works fine in Firefox, IE, Safari and Opera.<br>
<br>
Today I found that the problem is related to the presence of this line<br>
<br>
OpenLayers.Layer.Vector.<u></u>prototype.renderers = ["SVG2", "VML", "Canvas"];<br>
<br>
If I omit the line then I get the event. If it is present, I don't.<br>
<br>
So, I'm happy to leave the line out and let the browser choose the render method and forego the performance gain which I thought the line brought if it means everything will work as expected.<br>
<br>
Is this a bug or should I do something differently? That is should I be worried about things breaking with v2.12?</blockquote><div><br></div><div><br></div><div>The SVG2 renderer is deprecated, so it's not so surprising that it doesn't work in recent versions of Chrome. Use SVG.<span></span></div>
<br><br>-- <br>Eric Lemoine<br><br>Camptocamp France SAS<br>Savoie Technolac, BP 352<br>73377 Le Bourget du Lac, Cedex<br><br>Tel : 00 33 4 79 44 44 96<br>Mail : <a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>
<a href="http://www.camptocamp.com">http://www.camptocamp.com</a><br><br>