<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px;">Hi,</span><br style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px;"><div dir="ltr" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px;"><div><br></div><div>I'm using following method to load wfs from locally setup geoserver.</div><div><br></div><div>var layer = new OpenLayers.Layer.Vector("WFS   " + fName, {</div><div>                strategies: [new OpenLayers.Strategy.BBOX()],</div><div>                protocol: new OpenLayers.Protocol.WFS({</div><div>                    url: serviceUrl,</div><div>             
       featureType: fName,</div><div>                    featureNS: fNS</div><div>                }), styleMap: new OpenLayers.StyleMap({</div><div>                    fillColor: this.get_random_color(),</div><div>                    strokeWidth: 0.5,</div><div>                    fillOpacity: .8</div><div>                }),</div><div><br></div><div>It successfully loads data of type polygon and line. But it does not work for point data. What could be the reason for this issue? Any thoughts are highly appreciated. </div><div><br></div><div>Thank you,</div><div>Sameera</div></div></div></div></body></html>