GeoServer supports "palette" - vendor parameter on WMS requests as documented here:
- http://docs.geoserver.org/latest/en/user/services/wms/vendor.html - http://docs.geoserver.org/latest/en/user/tutorials/palettedimage/palettedimage.html#tutorials-palettedimages This feature is usefull in some cases, such as producing PNG8 indexed image with only 256 colors, as standard GeoServer quantization methods (octree or mediancut) distort some colors too much on colorful topographic maps. The problem is that palette parameter must be delivered on a WMS request. For example when using layer group with sub layers representing different SLD visualizations on different scales it would be necessary to have separate palette files for each sub layers. However when accessing layer group from WMS using layer group name only one palette file name can be specified. Also some clients do not support providing non-standard "palette" parameter on WMS request. So the actual question : is there any way to configure palette file configuration statically to a Layer or Style configuration under workspaces? regards, Jakob -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Color-palette-statically-configured-on-a-Layer-or-a-Style-tp5132589.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
