<div dir="ltr">Just answering my own question about this.&nbsp; It appears that the omission of a METADATA section in my raster layer mapfile was the reason that Tilecache wouldn&#39;t pick it up.&nbsp; After I added one to it, I had no problems anymore.<br>
--<br><br><br><br><div class="gmail_quote">On Wed, Sep 17, 2008 at 2:01 PM, Roger André <span dir="ltr">&lt;<a href="mailto:randre@gmail.com">randre@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hi,<br><br>I&#39;m having a problem with the display of RASTER type layers from my Mapserver WMS.&nbsp; Basically, if I point the tilecache.cfg to a layer that is a vector type (POLYGON or LINE), Tilecache will properly read it, make a tile request, and cache it.&nbsp; However, if I change the layer in the .cfg to point to a RASTER layer, Tilecache doesn&#39;t seem to make the request, and no tile is generated.&nbsp; The only way I&#39;ve found so far to display just the raster data with Tilecache is to call on both a vector and a raster layer at the same time, and set the opacity of the vector to &quot;0&quot;.<br>


<br><u>My tilecache.cfg entry looks like this:</u><br>[temp]<br>type=WMS<br>url=<a href="http://10.10.10.143/cgi-bin/mapserv?map=/var/www/mapfiles/temp2/temp.map" target="_blank">http://10.10.10.143/cgi-bin/mapserv?map=/var/www/mapfiles/temp2/temp.map</a><br>


layers=countries<br>spherical_mercator=true<br>metabuffer=15<br><br><u>My mapfiles look like this:</u><br># temp.map<br>MAP<br>&nbsp; NAME&nbsp; &#39;temp&#39;<br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp; END<br>&nbsp; EXTENT -130.000000 -50.000000 -30.000000 60.000000<br>


&nbsp; SIZE 800 800<br><br># layers to include in map<br>&nbsp; INCLUDE &quot;imagery.map&quot;<br>&nbsp; INCLUDE &quot;countries.map&quot;<br><br># WEB PARAMETERS<br>&nbsp;&nbsp;&nbsp; WEB<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMAGEURL &quot;<a href="http://localhost/tmp" target="_blank">http://localhost/tmp</a>&quot;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMAGEPATH &quot;/var/www/html/tmp&quot;<br>&nbsp;&nbsp;&nbsp; END # end web<br><br># OUTPUT FORMAT SPECIFICATION<br>&nbsp; OUTPUTFORMAT<br>&nbsp;&nbsp; NAME png<br>&nbsp;&nbsp; DRIVER &quot;AGG/PNG&quot;<br>&nbsp;&nbsp; MIMETYPE &quot;image/png&quot;<br>&nbsp;&nbsp; IMAGEMODE RGBA<br>


&nbsp;&nbsp; EXTENSION &quot;png&quot;<br>&nbsp;&nbsp; FORMATOPTION &quot;TRANSPARENT=ON&quot;<br>&nbsp;&nbsp; FORMATOPTION &quot;INTERLACE=OFF&quot;<br>&nbsp;&nbsp; TRANSPARENT ON<br>&nbsp; END #end outputformat<br><br><u>- imagery.map:</u><br># imagery.map<br>&nbsp; LAYER<br>


&nbsp;&nbsp;&nbsp; NAME &#39;imagery&#39;<br>&nbsp;&nbsp;&nbsp; TYPE RASTER<br>&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; DATA&nbsp; &#39;3k_color.tif&#39;<br>&nbsp;&nbsp;&nbsp; TRANSPARENCY 50<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br><br><u>- countries.map:<br>


</u>&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; NAME &#39;countries&#39;<br>&nbsp;&nbsp;&nbsp; TYPE POLYGON<br>&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:4326&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp; TRANSPARENCY 0<br><br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:4326 EPSG:900913&quot;<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_name&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;countries&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_server_version&quot;&nbsp; &quot;1.1.1&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_format&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;image/png&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_onlineresource&quot;&nbsp; &quot;<a href="http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map&amp;" target="_blank">http://localhost/cgi-bin/mapserv?map=/var/www/mapfiles/temp/temp.map&amp;</a>&quot;<br>


&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp; DATA &#39;countries_simpl.shp&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END # end class<br>&nbsp; END # end layer<br><br>It seems to me like something about the Mapserver RASTER layer is displeasing to Tilecache, but I&#39;m not sure what.&nbsp; <br>


<br>Has anyone hit this problem, and is there a simple fix for it?<br><br>Thanks,<br><br>Roger<br>--<br><u><br></u>
</div>
</blockquote></div><br></div>