[mapserver-users] errorhandling

Robert W. Burgholzer rburghol@vt.edu
Wed, 3 Jul 2002 11:04:54 -0400


This will do the trick:

@$thislayer->queryByPoint($querypoint,MS_SINGLE,-1);

the '@' symbol tells php to suppress teh warning.