Hi everybody!,<br><br>I'm having one error when displaying a layer in OpenLayers (I'm using the current svn version with mapserver). I have this configuration for my layer:<br><br> transparent: true,<br> format: OpenLayers.Format.GML,<br>
formatOptions: {<br> "default": style,<br> "select": {<br> fillColor: "#8aeeef",<br> strokeColor: "#32a8a9"<br> }<br><br>The problem is that when I plot this layer over my map, in IE7 i get a "this.format is null or not an object" error, (i can see it in firebug too). In firefox the format is ok, but in IE7 all the colors of the layer are black.<br>
<br>Any thoughts about this?<br><br>Thank you very much in advance.<br>