<div dir="ltr">Hi all,<br><br>I have managed to display some point data as a WFS layer using<br><br> wfs_test = new OpenLayers.Layer.WFS( "WFS Test",<br> "<a href="http://localhost:8080/geoserver/wfs">http://localhost:8080/geoserver/wfs</a>",<br>
{typename: "topp:cities",<br> maxfeatures: 10<br> },<br> { featureClass: OpenLayers.Feature.WFS}<br> );<br><br>The points are displayed as markers similar to the examples.<br>
<br>Would there be any way to have a custom marker instead of the traditional one ? I plan to have multiple<br>point layers (as WFS layers) with different markers for each layer.<br><br>Also what exactly does the maxfeatures: 10 do ?<br>
<br>Thanks in advance.<br><br>Regards,<br>Indika<br></div>