Jody Garnett ha scritto:
> Jody Garnett wrote:
>> 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());
>>> }
>>>     
> On inspection the final of startIndex should be a sum the value from the 
> two queries.

That does not seem right, see my other mail for suggestions on how to
merge paged queries.
Nevertheless, I believe the bug has to be somewhere else, unless
uDig started to use paging for his rendering needs (unadvisable?).

Cheers
Andrea

-------------------------------------------------------------------------
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