I am going through the code in streaming renderer; trying to see why 
uDig is having trouble rendering features.

Streaming renderer traditionally delegates the task of combining two 
queries to DataUtilities.mixQueries method; when I review the code today 
I find that startIndex is only handled  as part of streaming renderer. I 
am going to assume  that it is okay to move the following into 
DataUtilities:
> if(definitionQuery.getStartIndex() != null){
>     query.setStartIndex(definitionQuery.getStartIndex());
> }
Jody

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to