Documentation - Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-11 Thread Carlos Ruiz
, use getFeature() instead (note that the order of the arguments is reversed since tileindex is optional in getFeature()) IC Carlos Ruiz From: Daniel Morissette To: mapserver-users Sent: Wed, March 10, 2010 4:54:09 PM Subject: Re: [mapserver-users] Something odd

Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-11 Thread Carlos Ruiz
t: Re: [mapserver-users] Something odd with queries in 5.6.1 Carlos Ruiz wrote: > Hi all, > > I noticed something odd when I do a query with the new 5.6.1 version. > > The getFeature method seems to return a NULL value, when it was working good > before the new version update. >

Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-10 Thread Daniel Morissette
Carlos Ruiz wrote: Hi all, I noticed something odd when I do a query with the new 5.6.1 version. The getFeature method seems to return a NULL value, when it was working good before the new version update. Due to a change in the handling of queries in version 5.6, ols scripts must be updat

Re: [mapserver-users] Something odd with queries in 5.6.1

2010-03-10 Thread Andy Colson
On 3/10/2010 3:53 PM, Carlos Ruiz wrote: Hi all, I noticed something odd when I do a query with the new 5.6.1 version. The getFeature method seems to return a NULL value, when it was working good before the new version update. Here's the code: $n = $map->numlayers; for ($i = 0; $i < $n; $i++

[mapserver-users] Something odd with queries in 5.6.1

2010-03-10 Thread Carlos Ruiz
Hi all, I noticed something odd when I do a query with the new 5.6.1 version. The getFeature method seems to return a NULL value, when it was working good before the new version update. Here's the code: $n = $map->numlayers; for ($i = 0; $i < $n; $i++) { $theme = $map->GetLayer($i);