I&#39;m trying to set up MapProxy with <a href="http://terraservice.net">terraservice.net</a>, mostly to reproject US topo maps for some of my web client work.  I&#39;m trying to serve up just layer, called &quot;DRG&quot;<br>
<br>Currently, I have the layer defined as:<br><br>layers:<br>  - name: ts_drg<br>    title:  TerraServer DRG<br>    sources: [ts_wms]<br><br>And the source defined as:<br><br>sources:<br>  ts_wms:<br>    type: wms<br>    supported_srs: [&#39;EPSG:26904&#39;, &#39;EPSG:26905&#39;, &#39;EPSG:26910&#39;, &#39;EPSG:26911&#39;, &#39;EPSG:26912&#39;, &#39;EPSG:26913&#39;, &#39;EPSG:26914&#39;, &#39;EPSG:26915&#39;, &#39;EPSG:26916&#39;, &#39;EPSG:26917&#39;, &#39;EPSG:26918&#39;, &#39;EPSG:26919&#39;]<br>
    req:<br>      url: <a href="http://terraservice.net/ogcmap.ashx">http://terraservice.net/ogcmap.ashx</a>?<br>      layers:  DRG<br><br>However, I get errors from MapProxy when running in a development environment, and using the &quot;demo&quot; server to see if my layers are working.  This is what I get in the server log:<br>
<br>2011-05-23 16:11:03,856 - INFO - 3688:mapproxy.client.http.http:_log - <a href="http://terraservice.net">terraservice.net</a> - - [23/May/2011:16:11:03 ] &quot;GET /ogcmap.ashx?layers=DRG&amp;srs=EPSG%3A26904&amp;version=1.1.1&amp;bbox=-6280634.61726,-9997964.94228,1611419.272,9997964.94228&amp;service=WMS&amp;format=image%2Fpng&amp;styles=&amp;request=GetMap&amp;width=600&amp;height=1520 HTTP/1.1&quot; 200 - &quot;-&quot; &quot;&quot;<br>
2011-05-23 16:11:03,856 - WARNING - 3688:mapproxy.client.wms:_check_resp - expected image response, got: &lt;html&gt;&lt;head&gt;&lt;title&gt;OGCMap Test&lt;/title&gt;&lt;/head&gt;<br>&lt;body&gt;ion<br>&lt;h3&gt;Service Exception Report&lt;/h3&gt;<br>
&lt;p&gt;Found 2 errors&lt;/p&gt;<br>&lt;br&gt;DRG Target Resolution &#39;0&#39; cannot be less than 2 meters per pixel<br>&lt;br&gt;Did not find a layer to process<br>&lt;/body&gt;&lt;/html&gt; <br><br>So does anyone have a config example with <a href="http://terrasservice.net">terrasservice.net</a> working, or is there a way I need to be setting &quot;Target Resolution&quot;?<br>
<br>Thanks so much for the help.<br><br>--Jake<br>