perl mapscript: Can't locate swig_numres.al

Sean Gillies sgillies at FRII.COM
Wed Jul 27 09:33:30 EDT 2005


On Jul 27, 2005, at 12:17 AM, Jachym Cepicky wrote:

> Hallo,
>
> I use mapserver and perl-mapscript from debian package, version 
> 4.4.1-2.
>
> I can not query layers by point, I try to approach by Mapscript Query
> HOWTO (http://zcologia.com/mapserver/querying-howto):
>
>
> $layerObj->queryByPoint($mapObj,$pntObj,$mapscript::MS_SINGLE,0);
>
> my $results = $layerObj->getResult(0);

This last line should be

my $results = $layerObj->getResults();

though I think it's not a good idea to use $layerObj as a variable name.

cheers,
Sean

--
Sean Gillies
sgillies at frii dot com
http://zcologia.com



More information about the mapserver-users mailing list