We need to update a WMS layer with a CUSTOM color map or pixel values based on the values supplied on the client end.
My understanding is that this can be done from the client end by providing the “edited” evalscript within the WMS request (base64 encoded), which SH will use to return the updated WMS layer.
The challenge is that by doing this we would “expose” a confidential equation/values within the evalscript which could easily be decoded.
What is the best way to change the colour map/scheme of a layer without exposing the entire evalscript internals to the client side?
Thank you!
