, 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
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.
>
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
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++
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);