[Mapserver-users] rectObj() function for phpmapserver?????

Gijs Epping gijs at atsence.nl
Tue Jul 1 04:57:05 EDT 2003


Hello,

Is there a rectObj() function for the php version of mapserver ( I
couldn't find it) the one below is for the perl version.

Thanks in advance

G


my $rectangle = new mapscript::rectObj();
$rectangle->{minx} = 0;
$rectangle->{miny} = 0;
$rectangle->{maxx} = 10;
$rectangle->{maxy} = 10;

my $query_status = $st_poly_layer->queryByRect($map,$rectang);

my $rectang = $sing_shpfile->{bounds};




More information about the mapserver-users mailing list