Hi everybody!,<br><br>I&#39;m having one error when displaying a layer in OpenLayers (I&#39;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>        &quot;default&quot;: style,<br>        &quot;select&quot;: {<br>            fillColor: &quot;#8aeeef&quot;,<br>            strokeColor: &quot;#32a8a9&quot;<br>  }<br><br>The problem is that when I plot this layer over my map, in IE7 i get a &quot;this.format is null or not an object&quot; 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>