StreamingRenderer does not properly handle read parameter
---------------------------------------------------------
Key: GEOT-1723
URL: http://jira.codehaus.org/browse/GEOT-1723
Project: GeoTools
Issue Type: Bug
Components: core render
Reporter: Daniele Romagnoli
Assignee: Daniele Romagnoli
Fix For: 2.5-M1
The StreamingRendered does not properly handle USE_JAI_IMAGEREAD read parameter
and other read parameters.
The line of code:
final Object params =gridPropertyName.evaluate("params");
should be changed with:
final Object params = paramsPropertyName.evaluate(drawMe);
We need also to add a proper PropertyName as:
private final static PropertyName paramsPropertyName=
filterFactory.property("params");
Note that this bug is not present on 2.4.x which contains the previous lines of
code.
I could fix the bug and committ the changes.
--
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel