[Geoserver-users] Geoserver 1.5-RC1 - SLD Filters not being

Hi,

Can you try out the query by hand that query and double check?
– Andrea

Done, running the SQL queries below by hand returns the rows i expect to see. So your right the query is executed, but something is going wrong before the style has a chance to be applied.

Calling all suggestions. Anyone, any ideas?

Thanks,
Simon

  1. SLD Filters not working - I’'m trying apply some SLD rule filters
    to render a number of FeatureTypes but it seems the filters
    (ogc:Filter) are not being applied or are incorrect in some way.

FINE: About to execute query: SELECT “oid”, “DescriptiveGroup”,
“Make”, encode(AsBinary(force_2d(“geom”), ‘XDR’),‘base64’) FROM
“public”.“TopographicArea” WHERE (“geom” && GeometryFromText(‘POLYGON
(( 411929.60660714284 564643.0128571428, 411929.60660714284
564660.4871428572 , 411947.08089285716 564660.4871428572,
411947.08089285716 564643.0128571428, 411929.60660714284
564643.0128571428))’, 27700) AND (“DescriptiveGroup” = ‘Building’ AND
“Make” = ‘Manmade’))

05-Mar-2007 02:09:31 org.geotools.renderer.lite.StreamingRenderer paint
FINE: Style cache hit ratio: NaN , hits 0, requests 0

The above logs makes me think the query is executed, but it’s not
returning any feature, since the style cache did not get any request
at all.

Simon Abele ha scritto:

Hi,

Can you try out the query by hand that query and double check?

-- Andrea

Done, running the SQL queries below by hand returns the rows i expect to see. So your right the query is executed, but something is going wrong before the style has a chance to be applied.

Calling all suggestions. Anyone, any ideas?

The only way to deal with this seems to be that
you provide us the SLD and a sample of your data (100-1000 rows) as
a shapefile. Alter the data as you see fit to deal with copyright issues, provided that with the subset the problem is still there.

If you can, attach both to a jira issue, if you can't, open a jira issue
anyways and send me a private mail with the sample data.

Cheers
Andrea