[mapserver-users] RE: 5.4 beta 3 - GetFeatureInfo /FILTER problems

2009-03-12 Thread Jennifer Shanks
Hello Everyone, Gregor at HostGIS came to the rescue on this one. He did some testing and suggested adding parenthesis to my filter statement. So if I do the following my request returns the correct response: FILTER (access_cod = 'Restricted Access' or access_cod = 'Open Access') Thanks,

Re: [mapserver-users] RE: 5.4 beta 3 - GetFeatureInfo /FILTER problems

2009-03-12 Thread Gregor at HostGIS
Jennifer Shanks wrote: FILTER (access_cod = 'Restricted Access' or access_cod = 'Open Access') I suggested the parens as disambiguation, when I saw this in PostgreSQL's query log. WHERE code = 'Restricted' or code = 'Open' and gid = 12345 As such, her own FILTER clause seems just fine but

Re: [mapserver-users] RE: 5.4 beta 3 - GetFeatureInfo /FILTER problems

2009-03-12 Thread Steve Lime
Probably a result of some of the PostGIS driver work that was done for 5.4. A bug would be wise I think. Make sure to assign to the PostGIS component. Steve On 3/12/2009 at 4:00 PM, in message 49b977f2.1010...@hostgis.com, Gregor at HostGIS gre...@hostgis.com wrote: Jennifer Shanks wrote:

Re: [mapserver-users] RE: 5.4 beta 3 - GetFeatureInfo /FILTER problems

2009-03-12 Thread Gregor at HostGIS
Steve Lime wrote: Probably a result of some of the PostGIS driver work that was done for 5.4. A bug would be wise I think. Make sure to assign to the PostGIS component. Done http://trac.osgeo.org/mapserver/ticket/2937 -- HostGIS, Open Source solutions for the global GIS community Greg