Hey,
I'm trying to implement a rendering trasformation by using the
gs:MultiplyCoverages function in a SLD. How can I define the coverageA and B
sources? My code is:

<Transformation>
  <ogc:Function name="gs:MultiplyCoverages">
    <ogc:Function name="parameter">
      <ogc:Literal>coverageA</ogc:Literal>
       ...?...
    </ogc:Function>
    <ogc:Function name="parameter">
      <ogc:Literal>coverageB</ogc:Literal>
        ...?...
    </ogc:Function>
  </ogc:Function>
</Transformation>

The error I get is:
Could not convert the value {coverageA=myworkspace:myhillshade} into the
expected type class org.geotools.coverage.grid.GridCoverage2D for parameter
coverageA

Is there any documentation on how to implement this function?
Thank you so much!
Bye

Paolo





--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/Use-of-MultiplyCoverages-in-a-SLD-tp5025990.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to