Hello everybody,<br><br><span style="font-style: italic;">I'm using :</span><br style="font-style: italic;"><br style="font-style: italic;"><span style="font-style: italic;">MapServer version 4.8.3</span><br style="font-style: italic;">
<span style="font-style: italic;">Linux Red Hat</span><br><br><br>I ve got a problem with the queryByRect method. When i perform a queryByRect operation the result is an empty web page. This is my script :<br><br><br> //Extent du SPC choisi
<br> $map->setExtent($xmin, $ymin, $xmax, $ymax); <br> <br> print_r($rect);<br> <br> //Choix du format area-map
<br> $map->selectOutputFormat("imagemap"); <br> <br> //Choix du layer Query<br> $Layer = $map->getLayerByName('stations');
<br> <br> $Layer->queryByRect($map->extent); <br><br> //Execution du script<br> $xycoord=$map->processquerytemplate( array(), false );
<br> <br> print_r($xycoord); <br><br><br>It works fine in Windows but when i put it on Linux it gives me an empty page.<br><br>Thanks for any help !
<br><br>PD: Sorry for my english<br><br><br>