|
From: Corey P. <cp...@gm...> - 2006-02-20 03:32:06
|
So you don't think applying the filtering at the datasource level is the way to go? Any reason for preferring to filter in the StreamingRenderer? What would it take to get the filtering down on the database side?=20 Performance is going to be poor without it. I took a cursory look at the code and it seems like most of the pieces are there already? I guess this more a question for the geotools list... Corey On 2/19/06, Brent Owens <bre...@gm...> wrote: > GeoServer does not support dynamic filtering. All of the filtering is > done on the server-side (except for bounding box, that is done on the > database-side). So it would be feasible for you to intercept the request > in StreamingRenderer when it is being rendered and apply your custom > filter there. > > Brent Owens > (The Open Planning Project) |