Thanks! I got things working, sort off. I added the url setting, in tilecache.cfg, providing the location of my mapserv binary and mapfile. I already had the mapfile setting, but adding the url seems to help when accessing tilecache through OpenLayers. However, I'm getting a lot of pink tiles. Is doing this correct, or did I stumble on a suito solution? When I run the url:<br><br>http://www.piedmontgeographic.com/cgi-bin/tilecache/tilecache.py?LAYERS=basemap&amp;SERVICE=WMS&amp;VERSION=1.1.1&amp;REQUEST=GetMap&amp;SRS=EPSG:4326&amp;BBOX=-79.55334892, 35.50717788, -78.22326740, 36.26503708&amp;WIDTH=256&amp;HIGHT=256<br><br>in my location bar I get the following error:<span style="font-family: monospace;"><br><br></span>An error occurred: __init__() got an unexpected keyword argument 'url'<span style="font-family: monospace;"><br></span>...<span style="font-family: monospace;"><br></span>...<span style="font-family:
 monospace;"><br></span>...<br><pre>Jim<br></pre><br><b><i>Christopher Schmidt &lt;crschmidt@metacarta.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> On Wed, Jan 23, 2008 at 12:49:56PM -0800, James McManus wrote:<br>&gt; Why does the MapServer example in docs/EXAMPLE.txt not include resolutions?<br><br>The default maxResolution is maxExtent / 512. The mapserver layer in<br>question uses the default. Note that neither the WMS nor Mapnik layers<br>define resolutiosn either.<br><br>So, I guess the answer to your question is sort of "no" -- there is a<br>efault. However, that's true for *all* layers, so the MapServer Layer<br>isn't special in that regard.<br><br>Regards,<br>-- <br>Christopher Schmidt<br>MetaCarta<br></blockquote><br>