Sld Editor
From MapbenderWiki
The SLD-Editor is now an integral part of the current svn mapbender/2.5 branch.
Source code - Documentation
This documentation will soon be replaced by the current version, although to get an overview you can examine the class documentation built with PHPDoc from the old sources:
Issues
There are some constraints to the usage of this editor, that need to be discussed:
- at the moment only fully sld-enabled WMS are supported by this editor, meaning that only WMS that support the GetStyles-Request can be handled.
This is partly fixed, in a way that when the getstyles request results in a service exception (meaning this wms is not capable of this request) then an empty sld object is generated to start working with. That seems reasonable since the wms should interpret a given sld, otherwise it shouldn't have claimed so in UserDefinedSymbolization-section of the getCapabilities-response.
