I need to change
SLD on the fly to create some thematic maps. I would also appreciate if compatibility with OGC's WFS was mantained. Have you
guys done this before? I could use some suggestions... :P<br><br>I have done some searching and came up with a couple of solutions.<br><br>1- GeoServer GeoExt Styler Plugin.<br>I don&#39;t know if it is a good solution, because as far as I know, it changes the style of the layer for all the
users. I would need to replicate styles on the server for each user and each layer. And also this requires the server to be Geoserver, and breaks OGC compatibility.<br><br>2- WMS 1.3 and SLD<br>MapServer implements WMS 1.3 and accepts a SLD description in the request.<br>

GeoServer doesn&#39;t.<br>Nothing against MapServer, but my current development environment is set with GeoServer..<br><br>3- WFS and treat SLD exhibition on the client<br>This is a double edged solution. The good thing about WFS is that I have many more possibilities of control over the map. I can use SelectFeature control, instead of hacking some code to implement it over WMS. But it also gives me many other options I don&#39;t need such as the vector data. I only need the images.<br>

<br>So right now I am between solutions 2 and 3. I don&#39;t want to give up on GeoServer, but I am also having problems dealing with the huge amount of vector data that WFS is retrieving.<br><br>Any suggestion will be greatly appreciated.<br>