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);

Could anyone give me a hint what would be wrong with these lines? It seems that mapserver doesn't like it. But it doesn't spit out any error message. It just stops working... And after the doc, these commands should be quite alright.

Thanks a lot,

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

Reply via email to