<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Just trying to get info functionality working in our site using PHP/Mapscript. It seems to get stalled while processing the template. Am I doing this wrong?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; LAYER<BR>&nbsp;&nbsp;&nbsp; NAME "Rivers"<BR>&nbsp;&nbsp;&nbsp; GROUP "Base Data"<BR>&nbsp;&nbsp;&nbsp; STATUS ON<BR>&nbsp;&nbsp;&nbsp; TEMPLATE "c:/Inetpub/wwwroot/template/rivers_template.html"<BR>&nbsp;&nbsp;&nbsp; TYPE LINE<BR>&nbsp;&nbsp;&nbsp; TILEINDEX "coindex"<BR>&nbsp;&nbsp;&nbsp; TILEITEM "lorivers"<BR>&nbsp;&nbsp;&nbsp; CLASSITEM "rivers_id"<BR>&nbsp;&nbsp;&nbsp; MAXSCALE 500000<BR>&nbsp;&nbsp;&nbsp; TOLERANCE 10<BR>&nbsp;&nbsp;&nbsp; TOLERANCEUNITS PIXELS<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXPRESSION /./<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 230<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINSIZE 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAXSIZE 100<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp; END<BR></DIV>
<DIV>Template:</DIV>
<DIV>&lt;table border=1 cellpadding=0 cellspacing=0 width="100%" bgcolor="#FFFFFF"&gt;<BR>&nbsp; &lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td&gt;[LRIS_FCODE] &amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td&gt;[RIVERS_ID] &amp;nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;td&gt;[LENGTH]&lt;/td&gt; <BR>&nbsp; &lt;/tr&gt;<BR>&lt;/table&gt;<BR></DIV>
<DIV>MapScript Code:</DIV>
<DIV>&nbsp; $image = $map-&gt;draw();<BR>&nbsp; $queryImage = $map-&gt;drawQuery(); <BR>&nbsp; $query_url = $queryImage-&gt;saveWebImage();<BR>&nbsp; $array[0] = '';</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; if($qRectRes == 'MS_SUCCESS' || $qPtRes == 'MS_SUCCESS')<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp; $image_url = $query_url;<BR>&nbsp;&nbsp;&nbsp; //$queryHTML = $map-&gt;processQueryTemplate($array,MS_FALSE);<BR>&nbsp;&nbsp;&nbsp; //echo($queryHTML);<BR>&nbsp;&nbsp;&nbsp; //error_log($queryHTML);<BR>&nbsp; }<BR>&nbsp; else<BR>&nbsp;&nbsp;&nbsp; $image_url = $image-&gt;saveWebImage();</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Rene J.R. Teniere - BSc., D.GIS<BR>GIS Programmer/Analyst<BR>Nova Scotia Department of Natural Resources<BR>Forestry Division (GIS) - Truro</DIV>
<DIV>&nbsp;</DIV>
<DIV>Phone: (902) 893-5655<BR>Mobile: (902) 209-8956</DIV></BODY></HTML>