RE: [Geoserver-devel] Status of SLD?

Thanks for the comments.

>Should this go in Geotools, Geoserver, UDIG or a new module?
My feeling
>is that UI components like this probably need to in a new module
>environment, but that the back end "model" and "controller" parts
could >be part of Geotools. The "model" certainly is.

The main problem with this is what the UI is actually going
to be? Is it Swing? SWT? HTML? Flash? SVG?

Geovista (built on geotools) already has sometype of SLD editor.

My basic thoughts on this was to implement the
GetStyle/PutStyle operations inside geoserver, then use a
AJAX-based webapp to actually pull out a style, modify it,
then stick it back in. I wasnt planning on doing anything
really fancy for 1.3.1.

If anyone's planning on doing anything fancy, I'm sure we
could work together on it.

Hi Dave,

I would really like to see something like this in Mapbuilder, but we haven't
got any concrete plans for it yet. We are at the point where we can select
a FeatureType, call DescribeFeature and show the attributes. It would be
matter of combining a form to edit the SLD.

Mike