planetfederal / geoserver-exts

Other
31 stars 40 forks source link

GSR support for quantitative and categorical class breaks #49

Closed ScottEvil closed 10 years ago

ScottEvil commented 10 years ago

SLD (the OGC styling standard used for symbology in GeoServer) supports categorical and quantitative class breaks, so we would like those mapped into GSR.

PDC tried to set this up with quantitative SLD by creating the earthquakes renderer in QGIS, but it does not appear to work in GSR. However, one of the TD4 layers has a hand-generated SLD (by LMN) using categorical classes, and it displays in DisasterAWARE.

dwins commented 10 years ago

I'm looking at the code now and it seems only "simple" and "uniquevalues" renderer types are supported. I'll look into adding support for the "classbreaks" type.