[GIS] Open library for generating Styled Layer Descriptor (SLD) files

exportformatgeoserverlibrarysld

I'm developing an app that can create/edit shapefiles and visual representation of vector layers and to export them to some of most common geoportals(f.ex. GeoServer).

I have dealt with .shp, so now i need to deal with styles' code.

I already looked into C++ libs for XML creation, but I think there might be a specific lib for just exactly SHP+SLD exportation.

Is there a library (preferably C++) for SLD export of vector layer styles?

Best Answer

Another option can be using User-friendly Desktop Internet GIS (uDig) which is JAVA based. I tested this software to create sld for geoserver.

Source can be reached at here.

Related Question