Hey folks,<br>
<br>
&nbsp;&nbsp; I'm using CGI mapserv and I'm trying to find a way to do variable
substitution in the GDAL PROCESSING line to allow dynamic scaling of a
raster image:<br>
<br>
&nbsp;PROCESSING &quot;SCALE=%mintemp%,%maxtemp%&quot;<br>
<br>
and specify this with my &amp;mode=map request:<br>
<br>
&nbsp;&amp;mintemp=31000&amp;maxtemp=33000<br>
&nbsp;<br>
However it doesn't seem to pick up on the CGI variables. I've noticed
Charlton's recent messages about other mapfile objects not taking cgi
substitution variables, could PROCESSING be one of them? <br>
<br>
So taking another route, I tried to use the mapfile runtime configuration like:<br>
<br>
&nbsp; &amp;map_sst_processing=SCALE=31000,33000<br>
<br>
and again with the &quot;=&quot; url-encoded<br>
<br>
&nbsp; &amp;map_sst_processing=SCALE%3D31000,33000<br>
<br>
Neither of which worked. <br>
<br>
Is there any way to dynamically configure the PROCESSING object with
mapserv CGI or are we limited to hardcoding it at the moment?<br clear="all"><br>-- <br>Matt Perry<br><a href="mailto:perrygeo@gmail.com">perrygeo@gmail.com</a><br><a href="http://www.perrygeo.net">http://www.perrygeo.net
</a>