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
- 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 0The 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.