I&#39;m using the new release candidate 2.12 RC1. In this version creating a WFS layer with OpenLayers.Layer.WFS is deprecated. The new version of creating a WFS uses OpenLayers.Layer.Vector with a Protocol.WFS. However, this is hard for me to translate from my old code.<br>
<br>I used to be able to create WFS layers like this -- notice the passing extra attributes:<br><br><a href="https://gist.github.com/2484618">https://gist.github.com/2484618</a><br><br>How do i pass in extra args that will be passed via URL to the WFS server in this new format?<br>
<br><br>