forked from MapServer/MapServer
-
Notifications
You must be signed in to change notification settings - Fork 2
PerlresultCacheObj
Thomas Bonfort edited this page Apr 6, 2012
·
2 revisions
#!perl
$resultcache = $layer->{resultcache};
$resultsfnd = $resultcache->{numresults};
$sing_layer->queryByRect($map,$rectang); # ** set of results **
$prcl_dim_layer->queryByFeatures($map,$sing_layer_idx);
back to PerlMapScript