Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Filtering layers

Perhaps not; it is possible that Filter is no longer serializable these days. Perhaps we need a FilterContent defined similar to StyleContent.

On a related note this thread reminded me to document the key you guys mention.
http://udig.refractions.net/confluence/display/DEV/05+Style

Jody 

On Fri, Jan 16, 2009 at 1:57 AM, Jesse Eichar <jesse.eichar@xxxxxxxxxxxxxx> wrote:
Seems odd...  Could you put a break point in ShowViewInterceptor and check out the Filter?

Jesse


On 15-Jan-09, at 3:41 PM, Yanaris Jorge Aguirre wrote:

Hi, we are making a plug in that creates layers programmatically from a postgres database. All layers are buit from the same database table. The difference is the filter applied to each one. We filter with

layer.getStyleBlackboard().put(ProjectBlackboardConstants.LAYER__DATA_QUERY, filter);

and everything works fine. We close uDig and when we reopen it, the layers canĀ“t be rendered cause there is a problem with the filter. What coud be happening? Any idea?

Thanks in advance.

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top