The problem was the style definition of the div map. It was defined in the head as usual. The programmer is doing something in .net that generates really weird code. Defining the width and height directly in the div definition fixed the problem in ie6 thanks steve
Eric Lemoine <[email protected]> 2010-11-05 15:16 A "[email protected]" <[email protected]> cc "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Objet Re: [OpenLayers-Users] map doesn't render in IE6 On Friday, November 5, 2010, <[email protected]> wrote: > > > Hi Eric, > > visibility: true doesn't fix it.... > > > I also tried using http://openlayers.org/api/2.9/OpenLayers.js > > No success, Same behavior > But I got this error > > Message : 'this.map.getSize()' > is null or not an object > > Ligne : 1365 > > Caractère : 574 > > Code : 0 > > URI : http://openlayers.org/api/2.9/OpenLayers.js > > > Steve It looks like your "map" div has no dimension. Do you wait for the page to be loaded before creating the map object? -- 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
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
