<b><span id="_user_MAPSERVER-USERS@lists.umn.edu"></span></b>Hi!<br>
I have tested a my raster files with Tileindex and all worked fine with JPEG files like in tihis example:<br>
<pre class="programlisting">LAYER<br>    NAME &quot;my_raster&quot;<br>    STATUS ON<br>    TILEINDEX &quot;my_raster.shp&quot;<br>    TILEITEM &quot;Location&quot;<br>    TYPE RASTER<br>  END</pre>
But i need for this data to set MINSCALE and MAXSCALE.<span style="font-family: monospace;"></span><br>
<pre class="programlisting">LAYER    <br>    NAME &quot;my_raster&quot;<br>    MINSCALE 8000<br>    MAXSCALE 20000<br>    STATUS ON<br>    TILEINDEX &quot;my_raster.shp&quot;<br>    TILEITEM &quot;Location&quot;<br>    TYPE RASTER
<br>  END</pre>
If i set MINSCALE and MAXSCALE i have returnet no raster data in needet scale(all other layers works fine).<br>
Perhaps is a another method to set scale tileindex.<br>
<br>
thanks!<br>
-- <br>pb