<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div style="font-family: Verdana;font-size: 12.0px;">
<div>
<p>I have a question about the mapproxy demo page.</p>

<p>I added wmts and wms to the services config, so the demo page lists the configured layers in the WMS and the WMTS part.</p>

<pre><code>services:
  demo:
  wmts:
  wms:
    #srs sets the coordinate reference systems as which you want to make your data available. MapProxy reprojects the source data very well to these projections.
    srs: ['EPSG:3857','EPSG:900913']    
    image_formats: ['image/jpeg', 'image/png']
</code></pre>

<div><img alt="No SRS choice for WMTS layers." height="489" src="http://i.stack.imgur.com/I9EKJ.png" width="377"/></div>

<p>But the problem here I have is that only the EPSG:900913 SRS is shown in the WMTS part. The WMS part shows a drop-down menu with the configured SRS. How can I achieve that under WMTS I can choose between all SRS as in WMS? The same with the image formats. The WMTS part shows only png. It seems like only the SRS and image format which are used in the cache are shown.</p>

<p>I use mapproxy 1.7.1 and 1.8.0.</p>

<p>Thank you very much in advance for your help.</p>

<p> </p>
</div>
</div></div></body></html>