Hi,

hmm... I changed a couple of things in my application: new template engine; moved from PHP4 to PHP5; and from mapserver 4.x to mapserver 5.x

Now, the "identify" feature (click on a country and give me some info about it), has problems....

Is anything wrong with these lines?


                //Query the Map at the point clicked
                if (!$imgbox)
                        $a = $map -> queryByPoint($click_pt, MS_MULTIPLE, -1);
                else
                        $a = $map -> queryByRect($click_rt);

Thanks for any hints,

Stef
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to