I'm using openlayers, tilecache and mapserver, to generate map tiles.&nbsp; My map file uses annotation to display highway symbols.&nbsp; When I generate tiles the symbols do not appear.&nbsp; Can tilecache access map file annotation information?&nbsp; <br><br>I am using WMS to execute tilecache from openlayers:<br><br>var&nbsp; msrds = new OpenLayers.Layer.WMS( "Roads", tilrds, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {layers: "rduroadstest", isBaseLayer: "true", transparent:"false"} )<br><br>where tilrds is a variable that contains the URL to tilecache.cgi.&nbsp; I'm using type=MapServerLayer in tilecache.cfg. The symbols do appear when I run the same map file, using WMS in Openlayers, directly from mapserver, without tilecache.<br><br>Thanks<br>Jim<br>