On Saturday, May 19, 2012, Andreas Hocevar wrote: > On Sat, May 19, 2012 at 5:36 PM, RICHARD Didier > <[email protected]<javascript:;>> > wrote: > > btw, using the Canvas renderer won't work for IE, will it ? > > No, but the VML renderer also shouldn't have this issue.
Right. So to use Canvas in capable browsers and VML in others you'd use `renderers: ['VML', 'Canvas']` in the layer config. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com
_______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
