<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">List,<br>
I am trying to substitute DATA parameter in my mapfile with a call from Openlayers as follow:<br>
<br>
map_layer[OMI_CP]=DATA&#43;OMI-Aura_L3-OMCLDRRclpWMSNRT_&quot;&#43; amsreDate &#43; &quot;.png&quot; <br>
<br>
The mapfile is:<br>
<br>
LAYER&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;NAME &quot;OMI_CP&quot; <br>
&nbsp;&nbsp;&nbsp; TYPE RASTER <br>
&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>
&nbsp;&nbsp;&nbsp; OFFSITE 0 0 0<br>
&nbsp;PROJECTION<br>
&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;&nbsp;&nbsp; <br>
&nbsp; END<br>
&nbsp;&nbsp;&nbsp; DATA &quot;OMI-Aura_L3-OMCLDRRclpWMSNRT_20110922.png&quot;<br>
VALIDATION<br>
&nbsp; 'DATA' '^OMI_.*\.png$'<br>
END<br>
<br>
The call should change the date part (20110922) of the png filename but it is not doing it. Can anyone point to what I am doing wrong here?<br>
<br>
Thanks,<br>
<br>
Asad <br>
</div>
</body>
</html>