StreamingRenderer renderRaster method parses a wrong attribute
--------------------------------------------------------------

                 Key: GEOT-1483
                 URL: http://jira.codehaus.org/browse/GEOT-1483
             Project: GeoTools
          Issue Type: Bug
          Components: core render
    Affects Versions: 2.4.0
            Reporter: Alessio Fabiani
            Assignee: Alessio Fabiani
             Fix For: 2.4.0


The method renderRaster of the StreamingRenderer when trying to parse the 
"params" attribute form the Feature, does a wrong assumption, i.e. it tries to 
get the attribute from the geometry object instead of from the Feature.

The line gridPropertyName.evaluate("params"); should be something like 
paramsPropertyName.evaluate(drawMe); instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to