[mapserver-users] queryByPoint still valid?

Stefan Schwarzer stefan.schwarzer at grid.unep.ch
Fri May 16 01:30:43 EDT 2008


> 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


More information about the mapserver-users mailing list