Hi Justin, Sorry, I managed to cut across your changes when moving the SE 1.1 functions out of the render module and into main. I deleted the interfaces in filter/visitor because I couldn't see them being used anywhere but now I see you are referencing them in the xsd-sld bindings.
Can you help me work out where to go from here ? At the moment, the implementations of the Categorize, Interpolate and Recode functions don't make any reference to the interfaces because I didn't realize they were there when writing the functions. Looking at the source with the XMLElement annotations I guess they are necessary for SLD processing, and if that's the case the implementations need to be hooked up to them. Is that correct ? Michael On 15 December 2010 15:02, Justin Deoliveira <[email protected]> wrote: > Hi all, > Over the past couple of weeks I have been working on a WMS 1.3 > implementation in geoserver and along with it support for SLD 1.1/SE 1.1. I > currently have a parser working that does most of the SE constructs that we > are capable of supporting with the current rendering subsystem. For a list > of things we don't support see [1]. > The main jira issue with the current patch can be found here: > http://jira.codehaus.org/browse/GEOT-3347 > For the most part it is additive in the existing xsd-sld module. But it does > require a few minor changes to the main module and xsd-core. The following > issues: > http://jira.codehaus.org/browse/GEOT-3344 > http://jira.codehaus.org/browse/GEOT-3346 > And related is a basic xml module for parsing wms 1.3: > http://jira.codehaus.org/browse/GEOT-3348 > At this point there are no bindings. It is really there in order to locate > the wms 1.3 schema which is referenced from the SLD 1.1 schema. > The changes are mostly additive. Review welcome. > The last thing to do before i am comfortable calling the module somewhat > complete is to support all the vendor options we currently support with the > sld 1.0 parser. On my todo list is to round all those up and implement the > necessary bindings. > -Justin > > [1] http://geoserver.org/display/GEOS/GSIP+56+-+WMS+1.3+Support#GSIP56-WMS1.3Support-SLD1.1%2FSymbologyEncoding1.1 > > -- > Justin Deoliveira > OpenGeo - http://opengeo.org > Enterprise support for open source geospatial. > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
