Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] filtering contents of rendered layers

Take a look at the layer with the table view and see if it shows any features.
Also run the Feature Count operation and see if it detects any.

Jesse

On Oct 30, 2007, at 2:23 PM, Vince Darley wrote:

I've implemented the DataStore resolver, so that returns well and we seem to be getting closer. Now my layer contains nothing at all -- everything is filtered out. If I remove the filter, then everything is drawn. So, it seems my filter is wrong:

I've created it as

[ "Day" == "1" ]

for example, which is then parsed ok, and the 'toString()' method on the filter returns:

[ Day = 1]

So.... any ideas why this filter doesn't match anything in my data (which definitely has an attribute called 'Day' and values with '1') ??

regards,

Vince.

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



Back to the top