<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:10pt"><DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I have struggled a while to add a Vector Layer by using the code below, the vector layer can be shown in the IE 7, but it doesn't show in the Firefox browser, anyboy has any good ideas?</DIV>
<DIV> </DIV>
<DIV><FONT color=#0000ff> var wfs = new OpenLayers.Layer.Vector("States WFS", {<BR> <BR> strategies: [new OpenLayers.Strategy.BBOX()],<BR> isBaseLayer: false,<BR> version: "1.1.0",<BR> protocol: new OpenLayers.Protocol.WFS({<BR> url: "<A href="http://localhost:8081/geoserver/wfs">http://localhost:8081/geoserver/wfs</A>",<BR> featureType: "states", <BR> featureNS: "<A
href="http://www.openplans.org/topp">http://www.openplans.org/topp</A>"<BR> <BR> }),<BR> <BR> styleMap: styleMap,<BR> renderers: ["Canvas", "SVG", "VML"]<BR> });</FONT></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT color=#0000ff>map.addLayers([cloudmademap, gphy, ghyb, gsat, wfs]);</FONT></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT color=#0000ff></FONT> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT color=#0000ff></FONT> </DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT color=#0000ff>Thank you for your great help!<BR></FONT></DIV>
<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: arial, helvetica, sans-serif"><FONT color=#000000>Zhanping</FONT></DIV></div><br>
</body></html>